Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp52 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h522 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h300 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp222 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp642 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()