HomeSort by relevance Sort by last modified time
    Searched refs:UnwindCodes (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
Win64EH.h 81 UnwindCode UnwindCodes[1];
96 // The data after unwindCodes depends on flags.
106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]);
111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Win64EH.h 81 UnwindCode UnwindCodes[1];
96 // The data after unwindCodes depends on flags.
106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]);
111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 254 ListScope UCS(SW, "UnwindCodes");
255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 254 ListScope UCS(SW, "UnwindCodes");
255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 509 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp 504 printAllUnwindCodes(makeArrayRef(&UI->UnwindCodes[0], UI->NumCodes));
  /external/libunwind_llvm/src/
UnwindCursor.hpp 55 uint16_t UnwindCodes[2];
    [all...]

Completed in 211 milliseconds