HomeSort by: relevance | last modified time | path
    Searched refs:getLinkerPrivateGlobalPrefix (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
JITSymbol.cpp 43 StringRef LPGP = DL.getLinkerPrivateGlobalPrefix();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Mangler.cpp 53 OS << DL.getLinkerPrivateGlobalPrefix();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 650 StringRef getLinkerPrivateGlobalPrefix() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 309 StringRef getLinkerPrivateGlobalPrefix() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 610 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty())
612 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" +
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 293 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp";
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 665 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix()

Completed in 27 milliseconds