Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h226 DynamicLibrarySearchGenerator(sys::DynamicLibrary Dylib, char GlobalPrefix,
233 Load(const char *FileName, char GlobalPrefix,
239 GetForCurrentProcess(char GlobalPrefix,
241 return Load(nullptr, GlobalPrefix, std::move(Allow));
251 char GlobalPrefix; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp223 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument
225 GlobalPrefix(GlobalPrefix) {} in DynamicLibrarySearchGenerator()
228 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, in Load() argument
235 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()
243 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in tryToGenerate()
254 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in tryToGenerate()
H A DOrcV2CBindings.cpp692 LLVMOrcDefinitionGeneratorRef *Result, char GlobalPrefix, in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess() argument
705 DynamicLibrarySearchGenerator::GetForCurrentProcess(GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess()
718 char GlobalPrefix, LLVMOrcSymbolPredicate Filter, void *FilterCtx) { in LLVMOrcCreateDynamicLibrarySearchGeneratorForPath() argument
731 DynamicLibrarySearchGenerator::Load(FileName, GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForPath()
/llvm-project-15.0.7/clang/lib/AST/
H A DMangle.cpp163 char GlobalPrefix = in mangleName() local
166 assert((UserLabelPrefix.empty() && !GlobalPrefix) || in mangleName()
167 (UserLabelPrefix.size() == 1 && UserLabelPrefix[0] == GlobalPrefix)); in mangleName()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DOrc.h1053 char GlobalPrefix, LLVMOrcSymbolPredicate Filter, void *FilterCtx);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1637 StringRef GlobalPrefix = AsmInfo->getPrivateGlobalPrefix(); in preprocessDebugInfo() local
1642 GlobalPrefix + "line_table_start" + Twine(CUID))); in preprocessDebugInfo()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp341 GlobalPrefix, enumerator
387 case GlobalPrefix: in PrintLLVMName()
407 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()