Searched refs:getGOFFSection (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 538 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 D | MCContext.cpp | 622 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() function in MCContext
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 622 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2596 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()
|