Searched refs:getLinkerPrivateGlobalPrefix (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/IR/
H A DMangler.cpp33 OS << DL.getLinkerPrivateGlobalPrefix();
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp199 if (getDataLayout().getLinkerPrivateGlobalPrefix()[0])
201 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" +
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h427 const char *getLinkerPrivateGlobalPrefix() const { function in class:llvm::MCAsmInfo
/external/llvm/include/llvm/IR/
H A DDataLayout.h248 const char *getLinkerPrivateGlobalPrefix() const { function in class:llvm::DataLayout
/external/llvm/lib/MC/
H A DMCContext.cpp146 << MAI->getLinkerPrivateGlobalPrefix() << "tmp" << NextUniqueID++;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp466 const char *Prefix = isLinkerPrivate ? DL->getLinkerPrivateGlobalPrefix() :

Completed in 1131 milliseconds