/external/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.cpp | 22 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICOffsetSymbol() 29 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getGlobalEPSymbol() 36 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getLocalEPSymbol() 43 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getTOCOffsetSymbol()
|
D | PPCMCInstLower.cpp | 50 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.cpp | 20 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICOffsetSymbol() 27 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getGlobalEPSymbol() 34 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getLocalEPSymbol() 41 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getTOCOffsetSymbol()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.cpp | 27 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICOffsetSymbol() 34 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getGlobalEPSymbol() 41 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getLocalEPSymbol() 48 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getTOCOffsetSymbol()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 51 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 61 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
D | LanaiAsmPrinter.cpp | 97 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 102 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 55 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 72 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 54 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 71 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
D | LanaiAsmPrinter.cpp | 96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
D | LanaiAsmPrinter.cpp | 96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 54 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 71 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 141 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol() 146 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol() 151 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + in getOrCreateLSDASymbol() 180 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in createSymbol() 208 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createTempSymbol()
|
/external/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 476 const char *getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function 484 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 145 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol() 150 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol() 155 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + in getOrCreateLSDASymbol() 188 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in createSymbol() 216 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createTempSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 515 StringRef getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function 525 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 550 StringRef getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function 560 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 157 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol() 162 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol() 167 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + in getOrCreateLSDASymbol() 210 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in createSymbol() 238 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createTempSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 246 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol() 257 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel() 916 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue() 1410 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction() 1443 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction() 1469 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction() 1499 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction() 1516 OutStreamer->EmitLabel(getBFLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction() 1528 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction() 1549 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction() [all …]
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 256 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol() 267 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel() 934 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue() 1455 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1488 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1514 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1544 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1561 OutStreamer->emitLabel(getBFLabel(DL.getPrivateGlobalPrefix(), in emitInstruction() 1573 OutStreamer->emitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in emitInstruction() 1594 OutStreamer->emitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in emitInstruction() [all …]
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 47 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 229 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel() 987 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue() 1435 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction() 1468 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction() 1493 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction() 1514 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction() 1545 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Mangler.cpp | 50 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 109 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase()
|