Searched refs:GlobalPrefix (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp248 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow)
250 GlobalPrefix(GlobalPrefix) {}
253 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, argument
260 std::move(Lib), GlobalPrefix, std::move(Allow));
268 bool HasGlobalPrefix = (GlobalPrefix != '\0');
279 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix)
247 DynamicLibrarySearchGenerator( sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) argument
H A DOrcV2CBindings.cpp83 LLVMOrcJITDylibDefinitionGeneratorRef *Result, char GlobalPrefix,
96 DynamicLibrarySearchGenerator::GetForCurrentProcess(GlobalPrefix, Pred);
82 LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess( LLVMOrcJITDylibDefinitionGeneratorRef *Result, char GlobalPrefix, LLVMOrcSymbolPredicate Filter, void *FilterCtx) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h328 DynamicLibrarySearchGenerator(sys::DynamicLibrary Dylib, char GlobalPrefix,
335 Load(const char *FileName, char GlobalPrefix,
341 GetForCurrentProcess(char GlobalPrefix, argument
343 return Load(nullptr, GlobalPrefix, std::move(Allow));
353 char GlobalPrefix; member in class:llvm::orc::DynamicLibrarySearchGenerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp154 char GlobalPrefix = local
156 if (GlobalPrefix)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp395 GlobalPrefix, enumerator in enum:PrefixType
442 case GlobalPrefix:
462 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);

Completed in 138 milliseconds