Home
last modified time | relevance | path

Searched refs:GlobalPrefix (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp202 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/
DExecutionUtils.h228 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/
DExecutionUtils.h264 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/
DExecutionUtils.cpp222 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()
DOrcV2CBindings.cpp309 LLVMOrcDefinitionGeneratorRef *Result, char GlobalPrefix, in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess() argument
322 DynamicLibrarySearchGenerator::GetForCurrentProcess(GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess()
/external/clang/lib/AST/
DMangle.cpp129 char GlobalPrefix = in mangleName() local
131 if (GlobalPrefix && !ALA->getLabel().startswith("llvm.")) in mangleName()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp812 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()
DPNaClTranslator.cpp499 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/
DMangle.cpp154 char GlobalPrefix = in mangleName() local
156 if (GlobalPrefix) in mangleName()
/external/llvm/lib/IR/
DAsmWriter.cpp352 GlobalPrefix, enumerator
399 case GlobalPrefix: in PrintLLVMName()
419 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp407 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/
DAsmWriter.cpp395 GlobalPrefix, enumerator
442 case GlobalPrefix: in PrintLLVMName()
462 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()