Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp36 Expected<UnwindTable> llvm::dwarf::createUnwindTable(const FDE *Fde) { in createUnwindTable() function in llvm::dwarf
72 Expected<UnwindTable> llvm::dwarf::createUnwindTable(const CIE *Cie) { in createUnwindTable() function in llvm::dwarf
139 if (Expected<UnwindTable> RowsOrErr = createUnwindTable(this)) in dump()
167 if (Expected<UnwindTable> RowsOrErr = createUnwindTable(this)) in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h42 LLVM_ABI Expected<UnwindTable> createUnwindTable(const CIE *Cie);
54 LLVM_ABI Expected<UnwindTable> createUnwindTable(const FDE *Fde);