Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp213 GlobalPrefix(DL.getGlobalPrefix()) {} in DynamicLibraryFallbackGenerator()
220 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in operator ()()
226 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in operator ()()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
DBlackfinMCAsmInfo.cpp19 GlobalPrefix = "_"; in BlackfinMCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
DSPUMCAsmInfo.cpp26 GlobalPrefix = ""; in SPULinuxMCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfoCOFF.cpp20 GlobalPrefix = "_"; in MCAsmInfoCOFF()
DMCAsmInfoDarwin.cpp24 GlobalPrefix = "_"; in MCAsmInfoDarwin()
DMCAsmInfo.cpp41 GlobalPrefix = ""; in MCAsmInfo()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h116 const char *GlobalPrefix; // Defaults to "" variable
455 return GlobalPrefix; in getGlobalPrefix()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp42 GlobalPrefix = ""; in PPCLinuxMCAsmInfo()
/external/clang/lib/AST/
DMangle.cpp129 char GlobalPrefix = in mangleName() local
131 if (GlobalPrefix && !ALA->getLabel().startswith("llvm.")) in mangleName()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp130 GlobalPrefix = ""; in X86MCAsmInfoCOFF()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp810 const std::string GlobalPrefix = getFlags().getDefaultGlobalPrefix(); in nameUnnamedGlobalVariables() local
811 if (GlobalPrefix.empty()) in nameUnnamedGlobalVariables()
816 V->setName(createUnnamedName(GlobalPrefix, NameIndex)); in nameUnnamedGlobalVariables()
819 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h265 char GlobalPrefix; variable
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp80 GlobalPrefix, enumerator
94 case GlobalPrefix: OS << '@'; break; in PrintLLVMName()
129 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
/external/llvm/lib/IR/
DAsmWriter.cpp352 GlobalPrefix, enumerator
399 case GlobalPrefix: in PrintLLVMName()
419 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp391 GlobalPrefix, enumerator
438 case GlobalPrefix: in PrintLLVMName()
458 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix); in PrintLLVMName()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp71 GlobalPrefix = ""; in CBEMCAsmInfo()