Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h26 class MCSectionGOFF final : public MCSection {
32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, uint32_t Sub) in MCSectionGOFF() function
H A DMCContext.h57 class MCSectionGOFF; variable
146 SpecificBumpPtrAllocator<MCSectionGOFF> GOFFAllocator;
325 std::map<std::string, MCSectionGOFF *> GOFFUniquingMap;
609 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp675 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection()
686 MCSectionGOFF *GOFFSection = new (GOFFAllocator.Allocate()) in getGOFFSection()
687 MCSectionGOFF(CachedName, Kind, Parent, Subsection); in getGOFFSection()