Home
last modified time | relevance | path

Searched defs:IsEH (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp33 static void printRegister(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in printRegister()
238 const MCRegisterInfo *MRI, bool IsEH, in printOperand()
297 const MCRegisterInfo *MRI, bool IsEH, in dump()
315 constexpr uint64_t getCIEId(bool IsDWARF64, bool IsEH) { in getCIEId()
380 bool IsEH, uint64_t EHFrameAddress) in DWARFDebugFrame()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h26 bool IsEH; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp218 bool IsEH, const Instruction &Instr, in printOperand()
274 void CFIProgram::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
328 bool IsEH, uint64_t EHFrameAddress) in DWARFDebugFrame()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugFrameTest.cpp38 void expectDumpResult(const dwarf::CIE &TestCIE, bool IsEH, in expectDumpResult()
48 void expectDumpResult(const dwarf::FDE &TestFDE, bool IsEH, in expectDumpResult()
/external/llvm/lib/MC/
DMCDwarf.cpp1008 bool IsEH; member in __anon979f44550111::FrameEmitterImpl
1012 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl()
1244 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
1487 bool IsEH) { in Emit()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1352 bool IsEH; member in __anond3450de30111::FrameEmitterImpl
1356 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl()
1592 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
1887 bool IsEH) { in Emit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1305 bool IsEH; member in __anon16566ff70111::FrameEmitterImpl
1309 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl()
1545 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
1823 bool IsEH) { in Emit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h266 const bool IsEH; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h269 const bool IsEH; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp459 DWARFDebugFrame::DWARFDebugFrame(bool IsEH) : IsEH(IsEH) { in DWARFDebugFrame()