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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h1 //===-- llvm/MC/MCSectionGOFF.h - GOFF Machine Code Sections ----*- C++ -*-===//
10 /// This file declares the MCSectionGOFF class, which contains all of the
26 class MCSectionGOFF final : public MCSection {
32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, const MCExpr *Sub) function in class:llvm::final
H A DMCContext.h54 class MCSectionGOFF;
136 SpecificBumpPtrAllocator<MCSectionGOFF> GOFFAllocator;
348 std::map<std::string, MCSectionGOFF *> GOFFUniquingMap;
623 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp29 #include "llvm/MC/MCSectionGOFF.h"
649 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind,
660 MCSectionGOFF *GOFFSection = new (GOFFAllocator.Allocate())
661 MCSectionGOFF(CachedName, Kind, Parent, SubsectionId);

Completed in 188 milliseconds