Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp538 Ctx->getGOFFSection(".text", SectionKind::getText(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
540 Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
542 Ctx->getGOFFSection(".ppa1", SectionKind::getMetadata(), TextSection, in initGOFFMCObjectFileInfo()
H A DMCContext.cpp622 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() function in MCContext
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h622 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2596 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()