Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h239 MCSection *TOCBaseSection = nullptr; variable
445 MCSection *getTOCBaseSection() const { return TOCBaseSection; } in getTOCBaseSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp971 TOCBaseSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
977 TOCBaseSection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()