Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp112 static void dumpExpression(raw_ostream &OS, DIDumpOptions DumpOpts, in dumpExpression()
125 const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, in dumpLocationList()
186 DIDumpOptions DumpOpts, in dump()
250 DIDumpOptions DumpOpts, in dumpRawEntry()
343 DIDumpOptions DumpOpts, in dumpRawEntry()
389 DIDumpOptions DumpOpts) { in dumpRange()
H A DDWARFDebugFrame.cpp31 static void printRegister(raw_ostream &OS, DIDumpOptions DumpOpts, in printRegister() argument
126 auto DumpOpts = DIDumpOptions(); in operator <<() local
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
859 printOperand(raw_ostream & OS,DIDumpOptions DumpOpts,const Instruction & Instr,unsigned OperandIdx,uint64_t Operand) const printOperand() argument
920 dump(raw_ostream & OS,DIDumpOptions DumpOpts,unsigned IndentLevel) const dump() argument
1244 dump(raw_ostream & OS,DIDumpOptions DumpOpts,std::optional<uint64_t> Offset) const dump() argument
[all...]
H A DDWARFDebugRnglists.cpp177 uint64_t &CurrentBase, DIDumpOptions DumpOpts, in dump()
181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
H A DDWARFCompileUnit.cpp18 void DWARFCompileUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFTypeUnit.cpp18 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFExpression.cpp239 DIDumpOptions DumpOpts, in prettyPrintBaseTypeRef() argument
258 prettyPrintRegisterOp(DWARFUnit * U,raw_ostream & OS,DIDumpOptions DumpOpts,uint8_t Opcode,ArrayRef<uint64_t> Operands) prettyPrintRegisterOp() argument
297 print(raw_ostream & OS,DIDumpOptions DumpOpts,const DWARFExpression * Expr,DWARFUnit * U) const print() argument
359 print(raw_ostream & OS,DIDumpOptions DumpOpts,DWARFUnit * U,bool IsEH) const print() argument
[all...]
H A DDWARFAddressRange.cpp17 DIDumpOptions DumpOpts, in dump()
H A DDWARFDie.cpp61 const DIDumpOptions &DumpOpts) { in dumpRanges() argument
74 DIDumpOptions DumpOpts) { in dumpLocationList() argument
94 DIDumpOptions DumpOpts) { in dumpLocationExpr() argument
112 DIDumpOptions DumpOpts) { in dumpAttribute() argument
566 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.cpp829 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
903 dumpAddrSection(raw_ostream & OS,DWARFDataExtractor & AddrData,DIDumpOptions DumpOpts,uint16_t Version,uint8_t AddrSize) dumpAddrSection() argument
929 dumpRnglistsSection(raw_ostream & OS,DWARFDataExtractor & rnglistData,llvm::function_ref<std::optional<object::SectionedAddress> (uint32_t)> LookupPooledAddress,DIDumpOptions DumpOpts) dumpRnglistsSection() argument
949 dumpLoclistsSection(raw_ostream & OS,DIDumpOptions DumpOpts,DWARFDataExtractor Data,const DWARFObject & Obj,std::optional<uint64_t> DumpOffset) dumpLoclistsSection() argument
981 dumpPubTableSection(raw_ostream & OS,DIDumpOptions DumpOpts,DWARFDataExtractor Data,bool GnuStyle) dumpPubTableSection() argument
989 dump(raw_ostream & OS,DIDumpOptions DumpOpts,std::array<std::optional<uint64_t>,DIDT_ID_Count> DumpOffsets) dump() argument
1166 __anon6f0e60000e02(DWARFDebugLine::SectionParser Parser, DIDumpOptions DumpOpts, std::optional<uint64_t> DumpOffset) dump() argument
1395 verify(raw_ostream & OS,DIDumpOptions DumpOpts) verify() argument
[all...]
H A DDWARFVerifier.cpp973 DWARFVerifier(raw_ostream & S,DWARFContext & D,DIDumpOptions DumpOpts) DWARFVerifier() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFContext.h28 void dump(raw_ostream &OS, DIDumpOptions DumpOpts) override { in dump()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp315 DIDumpOptions DumpOpts; getDumpOpts() local
370 DIDumpOptions DumpOpts = getDumpOpts(Die.getDwarfUnit()->getContext()); filterByName() local
477 DIDumpOptions DumpOpts = getDumpOpts(DICtx); filterByAccelName() local
504 DIDumpOptions DumpOpts = getDumpOpts(DICtx); findAllApple() local
527 DIDumpOptions DumpOpts = getDumpOpts(DICtx); lookup() local
693 auto DumpOpts = getDumpOpts(DICtx); dumpObjectFile() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h82 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()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h228 auto DumpOpts = DIDumpOptions(); printEHFrame() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp761 DIDumpOptions DumpOpts; in isLiveVariableEntry() local
826 DIDumpOptions DumpOpts; in isLiveSubprogramEntry() local
H A DDWARFLinkerImpl.cpp124 DumpOpts.Verbose = GlobalData.getOptions().Verbose; in link() local
232 DIDumpOptions DumpOpts; verifyInput() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp33 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){} in dump()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp315 DIDumpOptions DumpOpts; in linkDebugInfoImpl() local
H A Dllvm-dwarfutil.cpp203 DIDumpOptions DumpOpts; in verifyOutput() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp534 DIDumpOptions DumpOpts; shouldKeepVariableDIE() local
565 DIDumpOptions DumpOpts; shouldKeepSubprogramDIE() local
2757 DIDumpOptions DumpOpts; link() local
3036 DIDumpOptions DumpOpts; verifyInput() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp85 llvm::DIDumpOptions DumpOpts; in DumpLocation() local

12