Searched refs:fdeStart (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | DwarfParser.hpp | 60 pint_t fdeStart; member 157 static const char *decodeFDE(A &addressSpace, pint_t fdeStart, 172 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE() argument 175 pint_t p = fdeStart; in decodeFDE() 223 fdeInfo->fdeStart = fdeStart; in decodeFDE() 224 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE() 292 fdeInfo->fdeStart = currentCFI; in findFDE() 435 {fdeInfo.fdeInstructions, fdeInfo.fdeStart + fdeInfo.fdeLength, in parseFDEInstructions()
|
H A D | libunwind.cpp | 306 unw_word_t mh_group = fdeInfo.fdeStart; in _LIBUNWIND_WEAK_ALIAS() 309 fdeInfo.fdeStart); in _LIBUNWIND_WEAK_ALIAS() 333 fdeInfo.fdeStart); in __unw_add_dynamic_eh_frame_section()
|
H A D | DwarfInstructions.hpp | 37 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart, 188 pint_t fdeStart, R ®isters, in stepWithDwarf() argument 192 if (CFI_Parser<A>::decodeFDE(addressSpace, fdeStart, &fdeInfo, in stepWithDwarf()
|
H A D | UnwindCursor.hpp | 1645 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromFdeCie() 1701 fdeInfo.fdeStart); in getInfoFromDwarfSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1708 MCSymbol *fdeStart = context.createTempSymbol(); in EmitFDE() local 1722 const MCExpr *Length = makeEndMinusStartExpr(context, *fdeStart, *fdeEnd, 0); in EmitFDE() 1725 Streamer.emitLabel(fdeStart); in EmitFDE() 1731 makeEndMinusStartExpr(context, cieStart, *fdeStart, 0); in EmitFDE()
|