/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 112 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 D | DWARFDebugFrame.cpp | 31 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 D | DWARFDebugRnglists.cpp | 177 uint64_t &CurrentBase, DIDumpOptions DumpOpts, in dump() 181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFCompileUnit.cpp | 18 void DWARFCompileUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFTypeUnit.cpp | 18 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFExpression.cpp | 239 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 D | DWARFAddressRange.cpp | 17 DIDumpOptions DumpOpts, in dump()
|
H A D | DWARFDie.cpp | 61 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 D | DWARFFormValue.cpp | 360 DIDumpOptions DumpOpts, in dumpSectionedAddress() argument 368 DIDumpOptions DumpOpts, in dumpAddressSection() argument [all...] |
H A D | DWARFContext.cpp | 829 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 D | DWARFVerifier.cpp | 973 DWARFVerifier(raw_ostream & S,DWARFContext & D,DIDumpOptions DumpOpts) DWARFVerifier() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTFContext.h | 28 void dump(raw_ostream &OS, DIDumpOptions DumpOpts) override { in dump()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 315 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 D | DWARFVerifier.h | 82 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()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 228 auto DumpOpts = DIDumpOptions(); printEHFrame() local
|
/freebsd-src/contrib/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 | 124 DumpOpts.Verbose = GlobalData.getOptions().Verbose; in link() local 232 DIDumpOptions DumpOpts; verifyInput() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 33 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){} in dump()
|
/freebsd-src/contrib/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; in verifyOutput() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 534 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 D | LVELFReader.cpp |
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 85 llvm::DIDumpOptions DumpOpts; in DumpLocation() local
|