Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h429 MCSection *getGEHContSection() const { return GEHContSection; } in getGEHContSection() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp56 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection()); in endModule()