/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 112 static void dumpExpression(raw_ostream &OS, DIDumpOptions DumpOpts, in dumpExpression() argument 125 dumpLocationList(uint64_t * Offset,raw_ostream & OS,std::optional<SectionedAddress> BaseAddr,const DWARFObject & Obj,DWARFUnit * U,DIDumpOptions DumpOpts,unsigned Indent) const dumpLocationList() argument 186 dump(raw_ostream & OS,const DWARFObject & Obj,DIDumpOptions DumpOpts,std::optional<uint64_t> DumpOffset) const dump() argument 250 dumpRawEntry(const DWARFLocationEntry & Entry,raw_ostream & OS,unsigned Indent,DIDumpOptions DumpOpts,const DWARFObject & Obj) const dumpRawEntry() argument 343 dumpRawEntry(const DWARFLocationEntry & Entry,raw_ostream & OS,unsigned Indent,DIDumpOptions DumpOpts,const DWARFObject & Obj) const dumpRawEntry() argument 389 dumpRange(uint64_t StartOffset,uint64_t Size,raw_ostream & OS,const DWARFObject & Obj,DIDumpOptions DumpOpts) dumpRange() argument [all...] |
H A D | DWARFCompileUnit.cpp | 18 void DWARFCompileUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFDebugFrame.cpp | 126 UL.dump(OS, DumpOpts); in operator <<() local 31 printRegister(raw_ostream & OS,DIDumpOptions DumpOpts,unsigned RegNum) printRegister() argument 167 auto DumpOpts = DIDumpOptions(); operator <<() local 172 dump(raw_ostream & OS,DIDumpOptions DumpOpts,unsigned IndentLevel) const dump() argument 187 auto DumpOpts = DIDumpOptions(); operator <<() local 192 dump(raw_ostream & OS,DIDumpOptions DumpOpts,unsigned IndentLevel) const dump() argument 199 auto DumpOpts = DIDumpOptions(); operator <<() local 861 printOperand(raw_ostream & OS,DIDumpOptions DumpOpts,const Instruction & Instr,unsigned OperandIdx,uint64_t Operand,std::optional<uint64_t> & Address) const printOperand() argument 928 dump(raw_ostream & OS,DIDumpOptions DumpOpts,unsigned IndentLevel,std::optional<uint64_t> Address) const dump() argument 1253 dump(raw_ostream & OS,DIDumpOptions DumpOpts,std::optional<uint64_t> Offset) const dump() argument [all...] |
H A D | DWARFTypeUnit.cpp | 18 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFAddressRange.cpp | 17 DIDumpOptions DumpOpts, in dump()
|
H A D | DWARFDebugRnglists.cpp | 177 uint64_t &CurrentBase, DIDumpOptions DumpOpts, in dump() 181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFExpression.cpp | 239 prettyPrintBaseTypeRef(DWARFUnit * U,raw_ostream & OS,DIDumpOptions DumpOpts,ArrayRef<uint64_t> Operands,unsigned Operand) prettyPrintBaseTypeRef() argument 261 prettyPrintRegisterOp(DWARFUnit * U,raw_ostream & OS,DIDumpOptions DumpOpts,uint8_t Opcode,ArrayRef<uint64_t> Operands) prettyPrintRegisterOp() argument 300 print(raw_ostream & OS,DIDumpOptions DumpOpts,const DWARFExpression * Expr,DWARFUnit * U) const print() argument 362 print(raw_ostream & OS,DIDumpOptions DumpOpts,DWARFUnit * U,bool IsEH) const print() argument [all...] |
H A D | DWARFDie.cpp | 61 if (!DumpOpts.ShowAddresses) in dumpRanges() argument 74 dumpLocationList(raw_ostream & OS,const DWARFFormValue & FormValue,DWARFUnit * U,unsigned Indent,DIDumpOptions DumpOpts) dumpLocationList() argument 94 dumpLocationExpr(raw_ostream & OS,const DWARFFormValue & FormValue,DWARFUnit * U,unsigned Indent,DIDumpOptions DumpOpts) dumpLocationExpr() argument 112 dumpAttribute(raw_ostream & OS,const DWARFDie & Die,const DWARFAttribute & AttrValue,unsigned Indent,DIDumpOptions DumpOpts) dumpAttribute() argument 567 dumpParentChain(DWARFDie Die,raw_ostream & OS,unsigned Indent,DIDumpOptions DumpOpts,unsigned Depth=0) dumpParentChain() argument [all...] |
H A D | DWARFFormValue.cpp | 360 DIDumpOptions DumpOpts, in dumpSectionedAddress() argument 368 DIDumpOptions DumpOpts, in dumpAddressSection() argument [all...] |
H A D | DWARFContext.cpp | 830 dumpStringOffsetsSection(raw_ostream & OS,DIDumpOptions DumpOpts,StringRef SectionName,const DWARFObject & Obj,const DWARFSection & StringOffsetsSection,StringRef StringSection,DWARFContext::unit_iterator_range Units,bool LittleEndian) dumpStringOffsetsSection() argument 904 dumpAddrSection(raw_ostream & OS,DWARFDataExtractor & AddrData,DIDumpOptions DumpOpts,uint16_t Version,uint8_t AddrSize) dumpAddrSection() argument 930 dumpRnglistsSection(raw_ostream & OS,DWARFDataExtractor & rnglistData,llvm::function_ref<std::optional<object::SectionedAddress> (uint32_t)> LookupPooledAddress,DIDumpOptions DumpOpts) dumpRnglistsSection() argument 950 dumpLoclistsSection(raw_ostream & OS,DIDumpOptions DumpOpts,DWARFDataExtractor Data,const DWARFObject & Obj,std::optional<uint64_t> DumpOffset) dumpLoclistsSection() argument 982 dumpPubTableSection(raw_ostream & OS,DIDumpOptions DumpOpts,DWARFDataExtractor Data,bool GnuStyle) dumpPubTableSection() argument 990 dump(raw_ostream & OS,DIDumpOptions DumpOpts,std::array<std::optional<uint64_t>,DIDT_ID_Count> DumpOffsets) dump() argument 1167 __anon62ae75e10e02(DWARFDebugLine::SectionParser Parser, DIDumpOptions DumpOpts, std::optional<uint64_t> DumpOffset) dump() argument 1396 verify(raw_ostream & OS,DIDumpOptions DumpOpts) verify() argument [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTFContext.h | 28 void dump(raw_ostream &OS, DIDumpOptions DumpOpts) override { in dump()
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 96 DIDumpOptions DumpOpts; global() variable
|
H A D | DWARFContext.h | 158 void dump(raw_ostream &OS, DIDumpOptions DumpOpts) override { in dump() argument
|
H A D | DWARFListTable.h | 258 DIDumpOptions DumpOpts) const { in dump()
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 341 DIDumpOptions DumpOpts; in getDumpOpts() local 400 DIDumpOptions DumpOpts = getDumpOpts(Die.getDwarfUnit()->getContext()); filterByName() local 507 DIDumpOptions DumpOpts = getDumpOpts(DICtx); filterByAccelName() local 534 DIDumpOptions DumpOpts = getDumpOpts(DICtx); findAllApple() local 557 DIDumpOptions DumpOpts = getDumpOpts(DICtx); lookup() local 723 auto DumpOpts = getDumpOpts(DICtx); dumpObjectFile() local [all...] |
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 229 auto DumpOpts = DIDumpOptions(); in printEHFrame() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 33 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){} in dump()
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DependencyTracker.cpp | 761 DIDumpOptions DumpOpts; in isLiveVariableEntry() local 826 DIDumpOptions DumpOpts; in isLiveSubprogramEntry() local
|
H A D | DWARFLinkerImpl.cpp | 122 DIDumpOptions DumpOpts; in link() local 230 DIDumpOptions DumpOpts; in verifyInput() local
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 315 DIDumpOptions DumpOpts; in linkDebugInfoImpl() local
|
H A D | llvm-dwarfutil.cpp | 203 DIDumpOptions DumpOpts; verifyOutput() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugFrameTest.cpp | 44 auto DumpOpts = DIDumpOptions(); in expectDumpResult() local 56 DumpOpts.IsEH = IsEH; in expectDumpResult() local
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 537 DIDumpOptions DumpOpts; shouldKeepVariableDIE() local 568 DIDumpOptions DumpOpts; shouldKeepSubprogramDIE() local 2763 DIDumpOptions DumpOpts; link() local 3042 DIDumpOptions DumpOpts; verifyInput() local [all...] |
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 787 DIDumpOptions DumpOpts; getRegisterName() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 538 DIDumpOptions DumpOpts; verifyOutput() local
|