Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp115 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h431 MCSection *getGIATsSection() const { return GIATsSection; } in getGIATsSection() function