Searched refs:MCSectionGOFF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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, const MCExpr *Sub) in MCSectionGOFF() function
|
| H A D | MCContext.h | 54 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 D | MCContext.cpp | 649 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()
|