Searched refs:getGOFFSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 548 Ctx->getGOFFSection(".text", SectionKind::getText(), nullptr, nullptr); in initGOFFMCObjectFileInfo() 550 Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr, nullptr); in initGOFFMCObjectFileInfo() 552 Ctx->getGOFFSection(".ppa1", SectionKind::getMetadata(), TextSection, in initGOFFMCObjectFileInfo() 555 Ctx->getGOFFSection(".ppa2", SectionKind::getMetadata(), TextSection, in initGOFFMCObjectFileInfo() 558 Ctx->getGOFFSection(".ada", SectionKind::getData(), nullptr, nullptr); in initGOFFMCObjectFileInfo() 560 Ctx->getGOFFSection("B_IDRL", SectionKind::getData(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
|
| H A D | MCContext.cpp | 649 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() function in MCContext
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 623 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2696 return getContext().getGOFFSection(Name, SectionKind::getData(), nullptr, in getSectionForLSDA() 2704 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()
|