Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp43 StringRef LPGP = DL.getLinkerPrivateGlobalPrefix(); in fromGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp104 DL.getLinkerPrivateGlobalPrefix() + RawSym->getName() + in getAuthPtrSlotSymbolHelper()
H A DAArch64AsmPrinter.cpp957 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty()) in GetCPISymbol()
959 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp55 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h665 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h310 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp341 return createRenamableSymbol(MAI->getLinkerPrivateGlobalPrefix() + Name, in createLinkerPrivateSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp753 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()