/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutionUtils.cpp | 202 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument 204 GlobalPrefix(GlobalPrefix) {} in DynamicLibrarySearchGenerator() 207 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, in Load() argument 214 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load() 222 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in tryToGenerate() 233 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in tryToGenerate()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ExecutionUtils.h | 228 DynamicLibrarySearchGenerator(sys::DynamicLibrary Dylib, char GlobalPrefix, 235 Load(const char *FileName, char GlobalPrefix, 241 GetForCurrentProcess(char GlobalPrefix, 243 return Load(nullptr, GlobalPrefix, std::move(Allow)); 253 char GlobalPrefix; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ExecutionUtils.h | 264 DynamicLibrarySearchGenerator(sys::DynamicLibrary Dylib, char GlobalPrefix, 271 Load(const char *FileName, char GlobalPrefix, 277 GetForCurrentProcess(char GlobalPrefix, 279 return Load(nullptr, GlobalPrefix, std::move(Allow)); 289 char GlobalPrefix; variable
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutionUtils.cpp | 222 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument 224 GlobalPrefix(GlobalPrefix) {} in DynamicLibrarySearchGenerator() 227 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, in Load() argument 234 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load() 242 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in tryToGenerate() 253 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in tryToGenerate()
|
D | OrcV2CBindings.cpp | 309 LLVMOrcDefinitionGeneratorRef *Result, char GlobalPrefix, in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess() argument 322 DynamicLibrarySearchGenerator::GetForCurrentProcess(GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 129 char GlobalPrefix = in mangleName() local 131 if (GlobalPrefix && !ALA->getLabel().startswith("llvm.")) in mangleName()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 812 const std::string GlobalPrefix = getFlags().getDefaultGlobalPrefix(); in nameUnnamedGlobalVariables() local 813 if (GlobalPrefix.empty()) in nameUnnamedGlobalVariables() 818 V->setName(createUnnamedName(GlobalPrefix, NameIndex)); in nameUnnamedGlobalVariables() 821 checkIfUnnamedNameSafe(V->getName(), "global", GlobalPrefix); in nameUnnamedGlobalVariables()
|
D | PNaClTranslator.cpp | 499 const std::string &GlobalPrefix = Ice::getFlags().getDefaultGlobalPrefix(); in installGlobalVarNames() local 500 if (!GlobalPrefix.empty()) { in installGlobalVarNames() 503 installDeclarationName(Var, GlobalPrefix, "global", NameIndex); in installGlobalVarNames()
|
/external/llvm-project/clang/lib/AST/ |
D | Mangle.cpp | 154 char GlobalPrefix = in mangleName() local 156 if (GlobalPrefix) in mangleName()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 352 GlobalPrefix, enumerator 399 case GlobalPrefix: in PrintLLVMName() 419 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 407 GlobalPrefix, enumerator 454 case GlobalPrefix: in PrintLLVMName() 474 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 395 GlobalPrefix, enumerator 442 case GlobalPrefix: in PrintLLVMName() 462 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
|