Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp43 StringRef LPGP = DL.getLinkerPrivateGlobalPrefix(); in fromGlobalValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DMangler.cpp53 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h661 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDataLayout.h309 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp607 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty()) in GetCPISymbol()
609 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCContext.cpp299 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp684 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()