Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DMangler.cpp49 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp43 StringRef LPGP = DL.getLinkerPrivateGlobalPrefix(); in fromGlobalValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp52 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h481 const char *getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/llvm-project/llvm/lib/IR/
DMangler.cpp52 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp165 if (getDataLayout().getLinkerPrivateGlobalPrefix()[0]) in GetCPISymbol()
167 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h522 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h557 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/llvm/include/llvm/IR/
DDataLayout.h258 const char *getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h311 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h300 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-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp561 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty()) in GetCPISymbol()
563 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp585 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty()) in GetCPISymbol()
587 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp222 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp543 const char *Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp244 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp642 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp665 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()