Searched defs:GlobalName (Results  1 – 11 of 11) sorted by relevance
| /external/llvm/lib/Target/AMDGPU/MCTargetDesc/ | 
| D | AMDGPUTargetStreamer.cpp | 235     StringRef GlobalName) {  in EmitAMDGPUHsaModuleScopeGlobal() 240     StringRef GlobalName) {  in EmitAMDGPUHsaProgramScopeGlobal() 327     StringRef GlobalName) {  in EmitAMDGPUHsaModuleScopeGlobal() 336     StringRef GlobalName) {  in EmitAMDGPUHsaProgramScopeGlobal()
  | 
| /external/clang/lib/Basic/ | 
| D | SanitizerBlacklist.cpp | 22 bool SanitizerBlacklist::isBlacklistedGlobal(StringRef GlobalName,  in isBlacklistedGlobal()
  | 
| /external/clang/lib/CodeGen/ | 
| D | SanitizerMetadata.cpp | 35   llvm::Metadata *GlobalName = nullptr;  in reportGlobalToASan()  local
  | 
| D | CodeGenModule.cpp | 723 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {  in EmitCtorList() 3421                       CodeGenModule &CGM, StringRef GlobalName,  in GenerateStringLiteral() 3504     const std::string &Str, const char *GlobalName) {  in GetAddrOfConstantCString()
  | 
| /external/llvm/tools/bugpoint/ | 
| D | ExtractFunction.cpp | 251 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2,  in SplitStaticCtorDtor()
  | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ | 
| D | GlobalValue.h | 462   static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }  in getGUID()
  | 
| /external/llvm/include/llvm/IR/ | 
| D | GlobalValue.h | 445   static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }  in getGUID()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | 
| D | GlobalValue.h | 506   static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }  in getGUID()
  | 
| /external/llvm/lib/Target/AMDGPU/AsmParser/ | 
| D | AMDGPUAsmParser.cpp | 1336   StringRef GlobalName = Parser.getTok().getIdentifier();  in ParseDirectiveAMDGPUHsaModuleGlobal()  local 1347   StringRef GlobalName = Parser.getTok().getIdentifier();  in ParseDirectiveAMDGPUHsaProgramGlobal()  local
  | 
| /external/llvm/lib/AsmParser/ | 
| D | LLParser.cpp | 3258 bool LLParser::parseOptionalComdat(StringRef GlobalName, Comdat *&C) {  in parseOptionalComdat()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ | 
| D | LLParser.cpp | 3681 bool LLParser::parseOptionalComdat(StringRef GlobalName, Comdat *&C) {  in parseOptionalComdat()
  |