Home
last modified time | relevance | path

Searched refs:MCSectionGOFF (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h26 class MCSectionGOFF final : public MCSection {
32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, const MCExpr *Sub) in MCSectionGOFF() function
H A DMCContext.h54 class MCSectionGOFF; variable
136 SpecificBumpPtrAllocator<MCSectionGOFF> GOFFAllocator;
348 std::map<std::string, MCSectionGOFF *> GOFFUniquingMap;
623 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp649 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection()
660 MCSectionGOFF *GOFFSection = new (GOFFAllocator.Allocate()) in getGOFFSection()
661 MCSectionGOFF(CachedName, Kind, Parent, SubsectionId); in getGOFFSection()