Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h271 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp878 Streamer.switchSection(BC.MOFI->getLSDASection()); in emitLSDA()