Home
last modified time | relevance | path

Searched refs:UnwindCodes (Results 1 – 3 of 3) 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/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp509 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes)); in printWin64EHUnwindInfo()