Home
last modified time | relevance | path

Searched refs:IsEH (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp218 bool IsEH, const Instruction &Instr, in printOperand() argument
269 Instr.Expression->print(OS, MRI, nullptr, IsEH); in printOperand()
274 void CFIProgram::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump() argument
283 printOperand(OS, MRI, IsEH, Instr, i, Instr.Ops[i]); in dump()
288 void CIE::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH) const { in dump()
311 CFIs.dump(OS, MRI, IsEH); in dump()
315 void FDE::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH) const { in dump()
323 CFIs.dump(OS, MRI, IsEH); in dump()
328 bool IsEH, uint64_t EHFrameAddress) in DWARFDebugFrame() argument
329 : Arch(Arch), IsEH(IsEH), EHFrameAddress(EHFrameAddress) {} in DWARFDebugFrame()
[all …]
DDWARFExpression.cpp290 DWARFUnit *U, bool IsEH) const { in print()
293 if (!Op.print(OS, this, RegInfo, U, IsEH)) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h74 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH,
124 void printOperand(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH,
150 bool IsEH) const = 0;
203 bool IsEH) const override;
247 bool IsEH) const override;
266 const bool IsEH; variable
282 bool IsEH = false, uint64_t EHFrameAddress = 0);
DDWARFExpression.h139 bool IsEH = false) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1305 bool IsEH; member in __anone10753a20111::FrameEmitterImpl
1309 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl() argument
1310 : IsEH(IsEH), Streamer(Streamer) {} in FrameEmitterImpl()
1337 if (!IsEH) { in EmitCFIInstruction()
1378 if (!IsEH) in EmitCFIInstruction()
1389 if (!IsEH) in EmitCFIInstruction()
1402 if (!IsEH) in EmitCFIInstruction()
1438 if (!IsEH) in EmitCFIInstruction()
1545 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion() argument
1546 if (IsEH) in getCIEVersion()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.h49 int getDwarfRegNum(unsigned RegNum, bool IsEH) const;