Home
last modified time | relevance | path

Searched refs:getLinkerPrivateGlobalPrefix (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/IR/
DMangler.cpp49 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/external/swiftshader/third_party/LLVM/lib/Target/
DMangler.cpp119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix(); in getNameWithPrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMangler.cpp53 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h460 const char *getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp165 if (getDataLayout().getLinkerPrivateGlobalPrefix()[0]) in GetCPISymbol()
167 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h481 const char *getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h498 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp240 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty()) in GetCPISymbol()
242 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/external/llvm/include/llvm/IR/
DDataLayout.h258 const char *getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h274 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/llvm/lib/MC/
DMCContext.cpp214 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp213 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp413 const char *Prefix = isLinkerPrivate ? MAI.getLinkerPrivateGlobalPrefix() : in getJTISymbol()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp543 const char *Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp639 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1102 if (JTInDiffSection && MAI->getLinkerPrivateGlobalPrefix()[0]) in EmitJumpTableInfo()