Home
last modified time | relevance | path

Searched refs:ADASection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h235 MCSection *ADASection = nullptr; variable
441 MCSection *getADASection() const { return ADASection; } in getADASection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp561 ADASection = Ctx->getGOFFSection(SectionKind::getData(), "#S", in initGOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2771 MCSectionGOFF *ADAPR = static_cast<MCSectionGOFF *>(ADASection); in getModuleMetadata()