Searched refs:createUnwindTable (Results 1 – 2 of 2) sorted by relevance
36 Expected<UnwindTable> llvm::dwarf::createUnwindTable(const FDE *Fde) { in createUnwindTable() function in llvm::dwarf72 Expected<UnwindTable> llvm::dwarf::createUnwindTable(const CIE *Cie) { in createUnwindTable() function in llvm::dwarf139 if (Expected<UnwindTable> RowsOrErr = createUnwindTable(this)) in dump()167 if (Expected<UnwindTable> RowsOrErr = createUnwindTable(this)) in dump()
42 LLVM_ABI Expected<UnwindTable> createUnwindTable(const CIE *Cie);54 LLVM_ABI Expected<UnwindTable> createUnwindTable(const FDE *Fde);