Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp32 static void printRegister(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in printRegister()
168 void UnwindRow::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
187 void UnwindTable::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
813 const MCRegisterInfo *MRI, bool IsEH, in printOperand()
872 const MCRegisterInfo *MRI, bool IsEH, in dump()
888 constexpr uint64_t getCIEId(bool IsDWARF64, bool IsEH) { in getCIEId()
975 bool IsEH, uint64_t EHFrameAddress) in DWARFDebugFrame()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1317 bool IsEH; member in __anonbe7252fe0111::FrameEmitterImpl
1321 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl()
1557 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
1852 bool IsEH) { in Emit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h641 const bool IsEH; variable