Searched refs:IsEH (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 32 static void printRegister(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in printRegister() argument 35 if (Optional<unsigned> LLVMRegNum = MRI->getLLVMRegNum(RegNum, IsEH)) { in printRegister() 81 bool IsEH) const { in dump() 103 printRegister(OS, MRI, IsEH, RegNum); in dump() 111 Expr->print(OS, DIDumpOptions(), MRI, nullptr, IsEH); in dump() 149 bool IsEH) const { in dump() 156 printRegister(OS, MRI, IsEH, RegLocPair.first); in dump() 158 RegLocPair.second.dump(OS, MRI, IsEH); in dump() 168 void UnwindRow::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump() argument 174 CFAValue.dump(OS, MRI, IsEH); in dump() [all …]
|
| H A D | DWARFExpression.cpp | 326 bool IsEH) const { in print() 330 if (!Op.print(OS, DumpOpts, this, RegInfo, U, IsEH)) { in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 149 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH) const; 207 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH) const; 288 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, 333 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, 439 bool IsEH, unsigned IndentLevel = 1) const; 497 const MCRegisterInfo *MRI, bool IsEH, 523 const MCRegisterInfo *MRI, bool IsEH) const = 0; 578 bool IsEH) const override; 619 bool IsEH) const override; 641 const bool IsEH; variable [all …]
|
| H A D | DWARFExpression.h | 150 bool IsEH = false) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1317 bool IsEH; member in __anonbe7252fe0111::FrameEmitterImpl 1321 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl() argument 1322 : IsEH(IsEH), Streamer(Streamer) {} in FrameEmitterImpl() 1349 if (!IsEH) { in emitCFIInstruction() 1390 if (!IsEH) in emitCFIInstruction() 1401 if (!IsEH) in emitCFIInstruction() 1414 if (!IsEH) in emitCFIInstruction() 1450 if (!IsEH) in emitCFIInstruction() 1557 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion() argument 1558 if (IsEH) in getCIEVersion() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.h | 47 int getDwarfRegNum(unsigned RegNum, bool IsEH) const;
|