Home
last modified time | relevance | path

Searched refs:MCSectionXCOFF (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp18 MCSectionXCOFF::~MCSectionXCOFF() = default;
20 void MCSectionXCOFF::printCsectDirective(raw_ostream &OS) const { in printCsectDirective()
25 void MCSectionXCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign()
120 bool MCSectionXCOFF::isVirtualSection() const { in isVirtualSection()
H A DXCOFFObjectWriter.cpp54 uint8_t getEncodedType(const MCSectionXCOFF *);
78 const MCSectionXCOFF *const MCSec;
86 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection()
185 DenseMap<const MCSectionXCOFF *, XCOFFSection *> SectionMap;
216 CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec);
362 return cast<MCSectionXCOFF>(XSym->getFragment()->getParent()); in getContainingCsect()
372 const auto *MCSec = cast<const MCSectionXCOFF>(&S); in executePostLayoutBinding()
437 const MCSectionXCOFF *ContainingCsect) { in recordRelocation()
505 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation()
917 const MCSectionXCOFF *MCSec = Csect.MCSec; in assignAddressesAndIndices()
[all …]
H A DMCSymbolXCOFF.cpp13 MCSectionXCOFF *MCSymbolXCOFF::getRepresentedCsect() const { in getRepresentedCsect()
22 void MCSymbolXCOFF::setRepresentedCsect(MCSectionXCOFF *C) { in setRepresentedCsect()
H A DMCContext.cpp735 MCSectionXCOFF *MCContext::getXCOFFSection( in getXCOFFSection()
751 MCSectionXCOFF *ExistedEntry = Entry.second; in getXCOFFSection()
775 MCSectionXCOFF *Result = nullptr; in getXCOFFSection()
778 MCSectionXCOFF(QualName->getUnqualifiedName(), Kind, QualName, in getXCOFFSection()
783 MCSectionXCOFF(QualName->getUnqualifiedName(), CsectProp->MappingClass, in getXCOFFSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h18 class MCSectionXCOFF; variable
49 MCSectionXCOFF *getRepresentedCsect() const;
51 void setRepresentedCsect(MCSectionXCOFF *C);
69 MCSectionXCOFF *RepresentedCsect = nullptr;
H A DMCSectionXCOFF.h32 class MCSectionXCOFF final : public MCSection {
42 MCSectionXCOFF(StringRef Name, XCOFF::StorageMappingClass SMC, in MCSectionXCOFF() function
65 MCSectionXCOFF(StringRef Name, SectionKind K, MCSymbolXCOFF *QualName, in MCSectionXCOFF() function
85 ~MCSectionXCOFF();
H A DMCContext.h58 class MCSectionXCOFF; variable
120 SpecificBumpPtrAllocator<MCSectionXCOFF> XCOFFAllocator;
330 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
643 MCSectionXCOFF *getXCOFFSection(
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1875 MCSectionXCOFF *FnDescSec = in SetupMachineFunction()
1876 cast<MCSectionXCOFF>(getObjFileLowering().getSectionForFunctionDescriptor( in SetupMachineFunction()
2270 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTracebackTable()
2347 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in emitGlobalVariableHelper()
2410 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitFunctionDescriptor()
2447 MCSectionXCOFF *TCEntry; in emitEndOfAsmFile()
2457 TCEntry = cast<MCSectionXCOFF>( in emitEndOfAsmFile()
2460 TCEntry = cast<MCSectionXCOFF>( in emitEndOfAsmFile()
2483 MCSectionXCOFF *Csect = cast<MCSectionXCOFF>( in doInitialization()
2674 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTTypeReference()
H A DPPCISelLowering.cpp5279 MCSectionXCOFF *Sec = Context.getXCOFFSection( in transformCallee()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp146 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2225 return cast<MCSectionXCOFF>( in getTargetSymbol()
2230 return cast<MCSectionXCOFF>(getSectionForExternalReference(GO, TM)) in getTargetSymbol()
2235 return cast<MCSectionXCOFF>( in getTargetSymbol()
2240 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM)) in getTargetSymbol()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile804 SRCS_MIN+= MC/MCSectionXCOFF.cpp