Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp121 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h429 MCSection *getGLJMPSection() const { return GLJMPSection; } in getGLJMPSection() function