Searched refs:MCSectionGOFF (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionGOFF.h | 26 class MCSectionGOFF final : public MCSection { 32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, uint32_t Sub) in MCSectionGOFF() function
|
H A D | MCContext.h | 57 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 D | MCContext.cpp | 675 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()
|