Home
last modified time | relevance | path

Searched refs:TOCBaseSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h227 MCSection *TOCBaseSection = nullptr; variable
415 MCSection *getTOCBaseSection() const { return TOCBaseSection; } in getTOCBaseSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp899 TOCBaseSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
905 TOCBaseSection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()