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

  /external/llvm/include/llvm/Support/
Win64EH.h 39 /// UnwindCode - This union describes a single operation in a function prolog,
41 union UnwindCode {
81 UnwindCode UnwindCodes[1];
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) {
74 switch (UnwindCode.getUnwindOp()) {
88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) {
143 static void printAllUnwindCodes(ArrayRef<UnwindCode> UCs) {
144 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ) {
154 printUnwindCode(ArrayRef<UnwindCode>(I, E));
348 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0],
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 77 void printUnwindCode(const Win64EH::UnwindInfo& UI, ArrayRef<UnwindCode> UCs);
159 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) {
160 switch (UnwindCode.getUnwindOp()) {
174 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
462 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UCs) {
    [all...]

Completed in 638 milliseconds