Searched refs:MCSectionXCOFF (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionXCOFF.cpp | 16 MCSectionXCOFF::~MCSectionXCOFF() = default; 19 void MCSectionXCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() 73 bool MCSectionXCOFF::isVirtualSection() const { return XCOFF::XTY_CM == Type; } in isVirtualSection()
|
D | XCOFFObjectWriter.cpp | 50 uint8_t getEncodedType(const MCSectionXCOFF *); 66 const MCSectionXCOFF *const MCCsect; 73 ControlSection(const MCSectionXCOFF *MCSec) in ControlSection() 169 CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec); 246 CsectGroup &XCOFFObjectWriter::getCsectGroup(const MCSectionXCOFF *MCSec) { in getCsectGroup() 297 DenseMap<const MCSectionXCOFF *, ControlSection *> WrapperMap; in executePostLayoutBinding() 300 const auto *MCSec = cast<const MCSectionXCOFF>(&S); in executePostLayoutBinding() 322 const MCSectionXCOFF *ContainingCsect = XSym->getContainingCsect(); in executePostLayoutBinding() 620 const MCSectionXCOFF *MCSec = Csect.MCCsect; in assignAddressesAndIndices() 672 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType()
|
D | CMakeLists.txt | 41 MCSectionXCOFF.cpp
|
D | MCContext.cpp | 539 MCSectionXCOFF *MCContext::getXCOFFSection(StringRef Section, in getXCOFFSection() 561 MCSectionXCOFF *Result = new (XCOFFAllocator.Allocate()) MCSectionXCOFF( in getXCOFFSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolXCOFF.h | 18 class MCSectionXCOFF; variable 39 void setContainingCsect(MCSectionXCOFF *C) { in setContainingCsect() 46 MCSectionXCOFF *getContainingCsect() const { in getContainingCsect() 67 MCSectionXCOFF *ContainingCsect = nullptr;
|
D | MCSectionXCOFF.h | 33 class MCSectionXCOFF final : public MCSection { 42 MCSectionXCOFF(StringRef Section, XCOFF::StorageMappingClass SMC, in MCSectionXCOFF() function 55 ~MCSectionXCOFF();
|
D | MCContext.h | 54 class MCSectionXCOFF; variable 97 SpecificBumpPtrAllocator<MCSectionXCOFF> XCOFFAllocator; 274 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap; 509 MCSectionXCOFF *getXCOFFSection(StringRef Section,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1586 MCSectionXCOFF *FnDescSec = OutStreamer->getContext().getXCOFFSection( in SetupMachineFunction() 1614 MCSectionXCOFF *Csect = OutStreamer->getContext().getXCOFFSection( in lowerConstant() 1645 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in EmitGlobalVariable() 1686 const MCSectionXCOFF *TOCBaseSec = OutStreamer->getContext().getXCOFFSection( in EmitFunctionDescriptor() 1705 MCSectionXCOFF *TOCBaseSection = OutStreamer->getContext().getXCOFFSection( in EmitEndOfAsmFile() 1718 MCSectionXCOFF *TCEntry = OutStreamer->getContext().getXCOFFSection( in EmitEndOfAsmFile() 1759 MCSectionXCOFF *Csect = OutStreamer->getContext().getXCOFFSection( in getMCSymbolForTOCPseudoMO() 1780 return cast<MCSectionXCOFF>( in getMCSymbolForTOCPseudoMO()
|
D | PPCISelLowering.cpp | 5168 MCSectionXCOFF *Sec = Context.getXCOFFSection( in transformCallee()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 127 MCSectionXCOFF *Csect = in getAddrLabelSymbolToEmit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1699 MCSectionXCOFF *FnEntryPointSec = in SetupMachineFunction() 1700 cast<MCSectionXCOFF>(getObjFileLowering().SectionForGlobal(&F, TM)); in SetupMachineFunction() 1799 cast<MCSectionXCOFF>(CPSections[i].S)); in EmitConstantPool() 1898 cast<MCSectionXCOFF>(TLOF.getSectionForJumpTable(F, TM))); in EmitJumpTableInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 509 "llvm/lib/MC/MCSectionXCOFF.cpp",
|
D | BUILD.gn | 624 "llvm/lib/MC/MCSectionXCOFF.cpp",
|
D | CMakeLists.txt | 511 ${LLVM_DIR}/lib/MC/MCSectionXCOFF.cpp
|