Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h225 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE() argument
231 LinkedCIEOffset(LinkedCIEOffset), InitialLocation(InitialLocation), in FDE()
248 const uint64_t LinkedCIEOffset;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp284 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE() argument
287 : FrameEntry(FK_FDE, Offset, Length), LinkedCIEOffset(LinkedCIEOffset), in FDE()
297 (uint32_t)Offset, (uint32_t)Length, (int32_t)LinkedCIEOffset); in dumpHeader()
299 (int32_t)LinkedCIEOffset, in dumpHeader()
310 uint64_t LinkedCIEOffset; member in __anon0d7d66dd0111::FDE
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp317 (int32_t)LinkedCIEOffset); in dump()
318 OS << format("cie=%08x pc=%08x...%08x\n", (int32_t)LinkedCIEOffset, in dump()