Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp120 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction()
164 Asm->OutStreamer->EmitCFILsda(ESP(Asm), TLOF.getLSDAEncoding()); in beginFragment()
DWinException.cpp88 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h149 unsigned getLSDAEncoding() const { return LSDAEncoding; } in getLSDAEncoding() function