/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 76 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 79 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 103 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 106 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 112 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
D | DwarfDebug.cpp | 586 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit() 588 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit() 754 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo() 1509 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 1515 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader() 1534 Asm->getObjFileLowering().getDwarfDebugNamesSection()); in emitAccelDebugNames() 1540 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 1547 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 1554 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces() 1560 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes() [all …]
|
D | DwarfCFIException.cpp | 68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 100 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 155 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
D | AsmPrinter.cpp | 209 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 210 return *TM.getObjFileLowering(); in getObjFileLowering() 249 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 424 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix() 501 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 510 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable() 528 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable() 545 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 571 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable() 586 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable() [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 252 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 257 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetMachine.h | 40 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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|