Home
last modified time | relevance | path

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/
DMCSectionXCOFF.cpp16 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()
DXCOFFObjectWriter.cpp50 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()
DCMakeLists.txt41 MCSectionXCOFF.cpp
DMCContext.cpp539 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/
DMCSymbolXCOFF.h18 class MCSectionXCOFF; variable
39 void setContainingCsect(MCSectionXCOFF *C) { in setContainingCsect()
46 MCSectionXCOFF *getContainingCsect() const { in getContainingCsect()
67 MCSectionXCOFF *ContainingCsect = nullptr;
DMCSectionXCOFF.h33 class MCSectionXCOFF final : public MCSection {
42 MCSectionXCOFF(StringRef Section, XCOFF::StorageMappingClass SMC, in MCSectionXCOFF() function
55 ~MCSectionXCOFF();
DMCContext.h54 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/
DPPCAsmPrinter.cpp1586 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()
DPPCISelLowering.cpp5168 MCSectionXCOFF *Sec = Context.getXCOFFSection( in transformCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp127 MCSectionXCOFF *Csect = in getAddrLabelSymbolToEmit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1699 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/
DAndroid.bp509 "llvm/lib/MC/MCSectionXCOFF.cpp",
DBUILD.gn624 "llvm/lib/MC/MCSectionXCOFF.cpp",
DCMakeLists.txt511 ${LLVM_DIR}/lib/MC/MCSectionXCOFF.cpp