Home
last modified time | relevance | path

Searched refs:NumCodes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DWin64EH.h79 support::ulittle8_t NumCodes; 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-objdump/
DCOFFDump.cpp327 << static_cast<int>(UI->NumCodes) << "\n"; in printCOFFUnwindInfo()
345 if (UI->NumCodes) in printCOFFUnwindInfo()
349 UI->NumCodes)); in printCOFFUnwindInfo()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1023 W.printNumber("UnwindCodeCount", UI.NumCodes); in printUnwindInfo()
1026 ArrayRef<UnwindCode> UCs(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo()