Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h409 MCSection *getGEHContSection() const { return GEHContSection; } in getGEHContSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp61 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection()); in endModule()