/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1304 bool IsEH; member in __anon9ac4b6f30211::FrameEmitterImpl 1308 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl() argument 1309 : IsEH(IsEH), Streamer(Streamer) {} in FrameEmitterImpl() 1336 if (!IsEH) { in emitCFIInstruction() 1377 if (!IsEH) in emitCFIInstruction() 1388 if (!IsEH) in emitCFIInstruction() 1398 if (!IsEH) in emitCFIInstruction() 1414 if (!IsEH) in emitCFIInstruction() 1450 if (!IsEH) in emitCFIInstruction() 1560 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 34 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister() 945 constexpr uint64_t getCIEId(bool IsDWARF64, bool IsEH) { in getCIEId() argument 946 if (IsEH) in getCIEId() 955 if (DumpOpts.IsEH && Length == 0) { in dump() 962 << format(" %0*" PRIx64, IsDWARF64 && !DumpOpts.IsEH ? 16 : 8, in dump() 963 getCIEId(IsDWARF64, DumpOpts.IsEH)) in dump() 966 if (DumpOpts.IsEH && Version != 1) in dump() 1004 << format(" %0*" PRIx64, IsDWARF64 && !DumpOpts.IsEH ? 16 : 8, CIEPointer) in dump() 1030 bool IsEH, uint64_t EHFrameAddress) in DWARFDebugFrame() argument 1031 : Arch(Arch), IsEH(IsEH), EHFrameAddress(EHFrameAddress) {} in DWARFDebugFrame() [all …]
|
H A D | DWARFExpression.cpp | 278 auto RegName = DumpOpts.GetNameForDWARFReg(DwarfRegNum, DumpOpts.IsEH); in prettyPrintRegisterOp() 363 DWARFUnit *U, bool IsEH) const { in print() 370 DumpOpts.IsEH = IsEH; in print() 442 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg = in printCompactDWARFExpr() 549 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in printCompact()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 156 bool IsEH = false) const; 163 std::function<StringRef(uint64_t RegNum, bool IsEH)>
|
H A D | DWARFDebugFrame.h | 670 const bool IsEH; variable 686 bool IsEH = false, uint64_t EHFrameAddress = 0);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiRegisterInfo.h | 47 int getDwarfRegNum(unsigned RegNum, bool IsEH) const;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 399 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() 430 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() 496 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByAccelName() 516 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in findAllApple() 681 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in dumpObjectFile() argument 685 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in dumpObjectFile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 206 bool IsEH = false; member 210 std::function<llvm::StringRef(uint64_t DwarfRegNum, bool IsEH)>
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 42 auto GetRegName = [&MRI, &OS](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in print() argument 44 MRI.getLLVMRegNum(DwarfRegNum, IsEH)) in print()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 230 DumpOpts.IsEH = true; in printEHFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 789 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in getRegisterName() argument 793 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in getRegisterName()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 76 bool IsEH) -> llvm::StringRef { in DumpLocation() argument 80 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in DumpLocation()
|