Home
last modified time | relevance | path

Searched refs:UnwindCodes (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DWin64EH.h81 UnwindCode UnwindCodes[1]; member
106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()
111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]); in getLanguageSpecificData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DWin64EH.h81 UnwindCode UnwindCodes[1]; member
106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()
111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]); in getLanguageSpecificData()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp504 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp509 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()
/external/libunwind_llvm/src/
DUnwindCursor.hpp55 uint16_t UnwindCodes[2]; member
1806 const uint32_t *handler = reinterpret_cast<uint32_t *>(&xdata->UnwindCodes[lastcode]); in getInfoFromSEH()