Home
last modified time | relevance | path

Searched refs:getLSDAEncoding (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp88 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction()
136 TLOF.getLSDAEncoding()); in beginBasicBlockSection()
H A DWinException.cpp92 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h169 unsigned getLSDAEncoding() const { return LSDAEncoding; } in getLSDAEncoding() function