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

  /external/llvm/include/llvm/Support/
ARMWinEH.h 104 const support::ulittle32_t UnwindData;
107 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
110 const support::ulittle32_t UnwindData)
111 : BeginAddress(BeginAddress), UnwindData(UnwindData) {}
114 return RuntimeFunctionFlag(UnwindData & 0x3);
120 return (UnwindData & ~0x3);
127 return (UnwindData & ~0x3);
133 return (((UnwindData & 0x00001ffc) >> 2) << 1);
139 assert(((UnwindData & 0x00006000) || L()) && "L must be set to 1")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 45 unsigned long UnwindData[6];
67 unsigned long UnwindData[6];
winnt.h     [all...]
  /external/libcxxabi/src/
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp     [all...]
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 776 // | | N | unwind opcodes | | <-- UnwindData
789 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1;
790 uint32_t FirstDataWord = *UnwindData;
793 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 776 // | | N | unwind opcodes | | <-- UnwindData
789 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1;
790 uint32_t FirstDataWord = *UnwindData;
793 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords);
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 613 if (!RF.UnwindData && !XDataRecord)

Completed in 89 milliseconds