/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
D | Win64Exception.cpp | 63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in BeginFunction() 103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EndFunction()
|
D | DwarfCFIException.cpp | 58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EndModule() 102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in BeginFunction()
|
D | AsmPrinter.cpp | 128 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 129 return TM.getTargetLowering()->getObjFileLowering(); in getObjFileLowering() 159 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 297 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 308 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); in EmitGlobalVariable() 321 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 332 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); in EmitGlobalVariable() 376 = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable() 422 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM)); in EmitFunctionHeader() 980 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind); in EmitConstantPool() [all …]
|
D | AsmPrinterDwarf.cpp | 155 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitReference() 163 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitReference()
|
D | DwarfDebug.cpp | 650 SectionMap.insert(Asm->getObjFileLowering().getTextSection()); in beginModule() 710 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection()); in endModule() 712 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endModule() 1472 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EmitSectionLabels() 1594 Asm->getObjFileLowering().getDwarfInfoSection()); in emitDebugInfo() 1632 Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 1689 Asm->getObjFileLowering().getDwarfPubNamesSection()); in emitDebugPubNames() 1738 Asm->getObjFileLowering().getDwarfPubTypesSection()); in emitDebugPubTypes() 1787 Asm->getObjFileLowering().getDwarfStrSection()); in emitDebugStr() 1825 Asm->getObjFileLowering().getDwarfLocSection()); in emitDebugLoc() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 71 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 74 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 98 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 101 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 107 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
D | DwarfDebug.cpp | 438 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit() 440 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit() 535 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo() 652 AddrPool.emit(*Asm, Asm->getObjFileLowering().getDwarfAddrSection()); in endModule() 1208 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 1222 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 1229 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 1236 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces() 1242 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes() 1305 ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubNames() [all …]
|
D | DwarfCFIException.cpp | 76 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 112 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 160 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
D | AsmPrinter.cpp | 137 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 138 return *TM.getObjFileLowering(); in getObjFileLowering() 182 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 418 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 428 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable() 446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable() 463 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable() 504 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable() 554 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader() [all …]
|
D | AddressPool.cpp | 40 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 449 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); in EmitStartOfAsmFile() 464 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 486 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); in EmitFunctionStubs() 582 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); in doFinalization() 642 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 207 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.h | 38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.h | 38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 43 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 478 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 553 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile() 604 static_cast<const TargetLoweringObjectFileCOFF&>(getObjFileLowering()); in EmitEndOfAsmFile() 645 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering()); in EmitEndOfAsmFile()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 44 TargetLoweringObjectFile* getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.h | 51 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|