HomeSort by: relevance | last modified time | path
    Searched defs:GlobalPrefix (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
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;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 165 char GlobalPrefix =
168 assert((UserLabelPrefix.empty() && !GlobalPrefix) ||
169 (UserLabelPrefix.size() == 1 && UserLabelPrefix[0] == GlobalPrefix));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 408 GlobalPrefix,
455 case GlobalPrefix:
475 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);

Completed in 23 milliseconds