Searched refs:UnwindCode (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue() 96 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument 97 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots() 111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots() 180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo() 256 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo()
|
D | Win64EHDumper.h | 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue() 96 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument 97 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots() 111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots() 180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); in printUnwindInfo() 256 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo()
|
D | Win64EHDumper.h | 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Win64EH.h | 40 union UnwindCode { union 76 UnwindCode unwindCodes[1];
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 70 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument 71 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots() 85 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots() 92 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() 140 static void printAllUnwindCodes(ArrayRef<UnwindCode> UCs) { in printAllUnwindCodes() 141 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ) { in printAllUnwindCodes()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() argument 74 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots() 88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots() 95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() 143 static void printAllUnwindCodes(ArrayRef<UnwindCode> UCs) { in printAllUnwindCodes() 144 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ) { in printAllUnwindCodes()
|
/external/llvm/include/llvm/Support/ |
D | Win64EH.h | 41 union UnwindCode { union 81 UnwindCode UnwindCodes[1];
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Win64EH.h | 41 union UnwindCode { union 81 UnwindCode UnwindCodes[1];
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 65 union UnwindCode { union 99 UnwindCode unwind_code[1]; 716 UnwindCode *unwind_code = &unwind_info->unwind_code[c]; in PrintFrameDataUsingEXE()
|