Home
last modified time | relevance | path

Searched defs:DumpOpts (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp112 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 DDWARFCompileUnit.cpp18 void DWARFCompileUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFDebugFrame.cpp126 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 DDWARFTypeUnit.cpp18 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFAddressRange.cpp17 DIDumpOptions DumpOpts, in dump()
H A DDWARFDebugRnglists.cpp177 uint64_t &CurrentBase, DIDumpOptions DumpOpts, in dump()
181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
H A DDWARFExpression.cpp239 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 DDWARFDie.cpp61 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 DDWARFFormValue.cpp360 DIDumpOptions DumpOpts, in dumpSectionedAddress() argument
368 DIDumpOptions DumpOpts, in dumpAddressSection() argument
[all...]
H A DDWARFContext.cpp830 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 DBTFContext.h28 void dump(raw_ostream &OS, DIDumpOptions DumpOpts) override { in dump()
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h96 DIDumpOptions DumpOpts; global() variable
H A DDWARFContext.h158 void dump(raw_ostream &OS, DIDumpOptions DumpOpts) override { in dump() argument
H A DDWARFListTable.h258 DIDumpOptions DumpOpts) const { in dump()
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp341 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 DDwarfCFIEHPrinter.h229 auto DumpOpts = DIDumpOptions(); in printEHFrame() local
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp33 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){} in dump()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp761 DIDumpOptions DumpOpts; in isLiveVariableEntry() local
826 DIDumpOptions DumpOpts; in isLiveSubprogramEntry() local
H A DDWARFLinkerImpl.cpp122 DIDumpOptions DumpOpts; in link() local
230 DIDumpOptions DumpOpts; in verifyInput() local
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp315 DIDumpOptions DumpOpts; in linkDebugInfoImpl() local
H A Dllvm-dwarfutil.cpp203 DIDumpOptions DumpOpts; verifyOutput() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp44 auto DumpOpts = DIDumpOptions(); in expectDumpResult() local
56 DumpOpts.IsEH = IsEH; in expectDumpResult() local
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp537 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 DLVDWARFReader.cpp787 DIDumpOptions DumpOpts; getRegisterName() local
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp538 DIDumpOptions DumpOpts; verifyOutput() local

12