Searched refs:fdeStart (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | DwarfParser.hpp | 59 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() 431 {fdeInfo.fdeInstructions, fdeInfo.fdeStart + fdeInfo.fdeLength, in parseFDEInstructions()
|
| H A D | libunwind.cpp | 295 unw_word_t mh_group = fdeInfo.fdeStart; in _LIBUNWIND_WEAK_ALIAS() 298 fdeInfo.fdeStart); in _LIBUNWIND_WEAK_ALIAS() 322 fdeInfo.fdeStart); in __unw_add_dynamic_eh_frame_section()
|
| H A D | DwarfInstructions.hpp | 36 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart, 191 pint_t fdeStart, R ®isters, in stepWithDwarf() argument 195 if (CFI_Parser<A>::decodeFDE(addressSpace, fdeStart, &fdeInfo, in stepWithDwarf()
|
| H A D | UnwindCursor.hpp | 1612 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromFdeCie() 1668 fdeInfo.fdeStart); in getInfoFromDwarfSection()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1700 MCSymbol *fdeStart = context.createTempSymbol(); in EmitFDE() local 1714 const MCExpr *Length = makeEndMinusStartExpr(context, *fdeStart, *fdeEnd, 0); in EmitFDE() 1717 Streamer.emitLabel(fdeStart); in EmitFDE() 1723 makeEndMinusStartExpr(context, cieStart, *fdeStart, 0); in EmitFDE()
|