Searched refs:MCSectionXCOFF (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionXCOFF.cpp | 20 MCSectionXCOFF::~MCSectionXCOFF() = default; 22 void MCSectionXCOFF::printCsectDirective(raw_ostream &OS) const { in printCsectDirective() 26 void MCSectionXCOFF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() 134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign()
|
H A D | MCSymbolXCOFF.cpp | 13 MCSectionXCOFF *MCSymbolXCOFF::getRepresentedCsect() const { in getRepresentedCsect() 22 void MCSymbolXCOFF::setRepresentedCsect(MCSectionXCOFF *C) { in setRepresentedCsect()
|
H A D | XCOFFObjectWriter.cpp | 55 uint8_t getEncodedType(const MCSectionXCOFF *); 83 const MCSectionXCOFF *const MCSec; 94 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection() 311 DenseMap<const MCSectionXCOFF *, XCOFFSection *> SectionMap; 348 CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec); 492 CsectGroup &XCOFFObjectWriter::getCsectGroup(const MCSectionXCOFF *MCSec) { in getCsectGroup() 553 static MCSectionXCOFF *getContainingCsect(const MCSymbolXCOFF *XSym) { in getContainingCsect() 555 return cast<MCSectionXCOFF>(XSym->getFragment()->getParent()); in getContainingCsect() 561 const auto *MCSec = cast<const MCSectionXCOFF>(&S); in executePostLayoutBinding() 597 const MCSectionXCOFF *ContainingCsect = getContainingCsect(XSym); in executePostLayoutBinding() [all …]
|
H A D | MCContext.cpp | 800 MCSectionXCOFF *MCContext::getXCOFFSection( in getXCOFFSection() 814 MCSectionXCOFF *ExistedEntry = Entry.second; in getXCOFFSection() 834 MCSectionXCOFF *Result = nullptr; in getXCOFFSection() 836 Result = new (XCOFFAllocator.Allocate()) MCSectionXCOFF( in getXCOFFSection() 841 MCSectionXCOFF(QualName->getUnqualifiedName(), CsectProp->MappingClass, in getXCOFFSection()
|
H A D | MCObjectFileInfo.cpp | 895 MCSectionXCOFF *TS = static_cast<MCSectionXCOFF *>(TextSection); in initXCOFFMCObjectFileInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 18 class MCSectionXCOFF; variable 53 MCSectionXCOFF *getRepresentedCsect() const; 55 void setRepresentedCsect(MCSectionXCOFF *C); 94 MCSectionXCOFF *RepresentedCsect = nullptr;
|
H A D | MCSectionXCOFF.h | 32 class MCSectionXCOFF final : public MCSection { 45 MCSectionXCOFF(StringRef Name, XCOFF::StorageMappingClass SMC, in MCSectionXCOFF() function 76 MCSectionXCOFF(StringRef Name, SectionKind K, MCSymbolXCOFF *QualName, in MCSectionXCOFF() function 96 ~MCSectionXCOFF();
|
H A D | MCContext.h | 61 class MCSectionXCOFF; variable 149 SpecificBumpPtrAllocator<MCSectionXCOFF> XCOFFAllocator; 327 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap; 647 MCSectionXCOFF *getXCOFFSection(
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AIXException.cpp | 41 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
|
H A D | AsmPrinter.cpp | 516 static_cast<MCSectionXCOFF *>(TextSection)->getQualNameSymbol(); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 2297 MCSectionXCOFF *FnDescSec = in SetupMachineFunction() 2298 cast<MCSectionXCOFF>(getObjFileLowering().getSectionForFunctionDescriptor( in SetupMachineFunction() 2694 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTracebackTable() 2812 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper() 2894 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitFunctionDescriptor() 2980 MCSectionXCOFF *TCEntry; in emitEndOfAsmFile() 2994 TCEntry = cast<MCSectionXCOFF>( in emitEndOfAsmFile() 2997 TCEntry = cast<MCSectionXCOFF>( in emitEndOfAsmFile() 3028 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization() 3287 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTTypeReference()
|
H A D | PPCISelLowering.cpp | 5564 MCSectionXCOFF *Sec = Context.getXCOFFSection( in transformCallee()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 2345 return cast<MCSectionXCOFF>(getSectionForExternalReference(GO, TM)) in getTargetSymbol() 2350 return cast<MCSectionXCOFF>( in getTargetSymbol() 2356 return cast<MCSectionXCOFF>( in getTargetSymbol() 2361 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM)) in getTargetSymbol() 2704 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.cpp | 233 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 939 SRCS_MIN+= MC/MCSectionXCOFF.cpp
|