| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CFIInstBuilder.h | 31 bool IsEH; variable 40 MachineInstr::MIFlag MIFlag, bool IsEH = true) 41 : MF(*MBB.getParent()), MBB(MBB), MIFlag(MIFlag), IsEH(IsEH), 49 bool IsEH = true) 50 : CFIInstBuilder(*MBB, MBB->end(), MIFlag, IsEH) {} 62 nullptr, TRI.getDwarfRegNum(Reg, IsEH), Offset)); in buildDefCFA() 67 nullptr, TRI.getDwarfRegNum(Reg, IsEH))); in buildDefCFARegister() 80 nullptr, TRI.getDwarfRegNum(Reg, IsEH), Offset)); in buildOffset() 93 nullptr, TRI.getDwarfRegNum(Reg1, IsEH), in buildRegister() 94 TRI.getDwarfRegNum(Reg2, IsEH))); in buildRegister() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.cpp | 84 bool IsEH, in DWARFCFIAnalysis() argument 87 MCRI(Context->getRegisterInfo()), IsEH(IsEH) { in DWARFCFIAnalysis() 93 DWARFRegNum Reg = MCRI->getDwarfRegNum(LLVMReg, IsEH); in DWARFCFIAnalysis() 103 nullptr, MCRI->getDwarfRegNum(MCRI->getProgramCounter(), IsEH))); in DWARFCFIAnalysis() 140 getSuperReg(MCRI, MCInstInfo.implicit_uses()[I]), IsEH)); in update() 143 getSuperReg(MCRI, MCInstInfo.implicit_defs()[I]), IsEH)); in update() 150 MCRI->getDwarfRegNum(getSuperReg(MCRI, Op.getReg()), IsEH)); in update() 153 MCRI->getDwarfRegNum(getSuperReg(MCRI, Op.getReg()), IsEH)); in update() 164 DWARFRegNum Reg = MCRI->getDwarfRegNum(LLVMReg, IsEH); in update() 189 auto MaybeLLVMReg = MCRI->getLLVMRegNum(Reg, IsEH); in checkRegDiff() [all …]
|
| H A D | DWARFCFIFunctionFrameAnalyzer.cpp | 19 bool IsEH, ArrayRef<MCCFIInstruction> Prologue) { in startFunctionFrame() argument 20 UIAs.emplace_back(&getContext(), MCII, IsEH, Prologue); in startFunctionFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 93 constexpr uint64_t getCIEId(bool IsDWARF64, bool IsEH) { in getCIEId() argument 94 if (IsEH) in getCIEId() 103 if (DumpOpts.IsEH && Length == 0) { in dump() 110 << format(" %0*" PRIx64, IsDWARF64 && !DumpOpts.IsEH ? 16 : 8, in dump() 111 getCIEId(IsDWARF64, DumpOpts.IsEH)) in dump() 114 if (DumpOpts.IsEH && Version != 1) in dump() 153 << format(" %0*" PRIx64, IsDWARF64 && !DumpOpts.IsEH ? 16 : 8, CIEPointer) in dump() 179 bool IsEH, uint64_t EHFrameAddress) in DWARFDebugFrame() argument 180 : Arch(Arch), IsEH(IsEH), EHFrameAddress(EHFrameAddress) {} in DWARFDebugFrame() 227 uint64_t Id = Data.getRelocatedValue((IsDWARF64 && !IsEH) ? 8 : 4, &Offset, in parse() [all …]
|
| H A D | DWARFExpressionPrinter.cpp | 115 DIDumpOptions DumpOpts, DWARFUnit *U, bool IsEH) { in printDwarfExpression() argument 122 DumpOpts.IsEH = IsEH; in printDwarfExpression() 166 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg = in printCompactDWARFExpr() 273 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in printDwarfExpressionCompact() 294 auto RegName = DumpOpts.GetNameForDWARFReg(DwarfRegNum, DumpOpts.IsEH); in prettyPrintRegisterOp()
|
| H A D | DWARFCFIPrinter.cpp | 31 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister()
|
| H A D | DWARFUnwindTablePrinter.cpp | 26 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1339 bool IsEH; member in __anon9ac4b6f30211::FrameEmitterImpl 1343 FrameEmitterImpl(bool IsEH, MCObjectStreamer &Streamer) in FrameEmitterImpl() argument 1344 : IsEH(IsEH), Streamer(Streamer) {} in FrameEmitterImpl() 1371 if (!IsEH) { in emitCFIInstruction() 1416 if (!IsEH) in emitCFIInstruction() 1427 if (!IsEH) in emitCFIInstruction() 1437 if (!IsEH) in emitCFIInstruction() 1453 if (!IsEH) in emitCFIInstruction() 1489 if (!IsEH) in emitCFIInstruction() 1512 if (!IsEH) in emitCFIInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpressionPrinter.h | 35 bool IsEH = false); 49 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg =
|
| H A D | DWARFDebugFrame.h | 196 const bool IsEH; variable 211 LLVM_ABI DWARFDebugFrame(Triple::ArchType Arch, bool IsEH = false,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.h | 79 bool IsEH, ArrayRef<MCCFIInstruction> Prologue); 101 bool IsEH; variable
|
| H A D | DWARFCFIFunctionFrameAnalyzer.h | 37 void startFunctionFrame(bool IsEH,
|
| H A D | DWARFCFIFunctionFrameReceiver.h | 40 virtual void startFunctionFrame(bool IsEH, in startFunctionFrame() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 409 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() 440 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() 506 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByAccelName() 526 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in findAllApple() 694 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in dumpObjectFile() argument 698 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in dumpObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 209 bool IsEH = false; member 213 std::function<llvm::StringRef(uint64_t DwarfRegNum, bool IsEH)>
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 40 auto GetRegName = [&MRI, &OS](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in print() argument 42 MRI.getLLVMRegNum(DwarfRegNum, IsEH)) in print()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 231 DumpOpts.IsEH = true; in printEHFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 588 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in getRegisterName() argument 592 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in getRegisterName()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 73 bool IsEH) -> llvm::StringRef { in DumpLocation() argument 77 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in DumpLocation()
|