Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
349 std::map<std::string, MCSectionGOFF *> GOFFUniquingMap;
622 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp622 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection()
629 MCSectionGOFF(Section, Kind, Parent, SubsectionId); in getGOFFSection()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5377 llvm/include/llvm/MC/MCSectionGOFF.h