Searched defs:DumpOpts (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp17 void DWARFCompileUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { argument
H A DDWARFTypeUnit.cpp20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { argument
H A DDWARFAddressRange.cpp16 dump(raw_ostream &OS, uint32_t AddressSize, DIDumpOptions DumpOpts, const DWARFObject *Obj) const argument
H A DDWARFDebugLoc.cpp121 dumpLocationList(uint64_t *Offset, raw_ostream &OS, Optional<SectionedAddress> BaseAddr, const MCRegisterInfo *MRI, const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, unsigned Indent) const argument
[all...]
H A DDWARFFormValue.cpp366 dumpSectionedAddress(raw_ostream &OS, DIDumpOptions DumpOpts, object::SectionedAddress SA) const argument
374 dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, DIDumpOptions DumpOpts, uint64_t SectionIndex) argument
[all...]
H A DDWARFContext.cpp288 static void dumpLoclistsSection(raw_ostream &OS, DIDumpOptions DumpOpts, argument
243 dumpAddrSection(raw_ostream &OS, DWARFDataExtractor &AddrData, DIDumpOptions DumpOpts, uint16_t Version, uint8_t AddrSize) argument
265 dumpRnglistsSection( raw_ostream &OS, DWARFDataExtractor &rnglistData, llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)> LookupPooledAddress, DIDumpOptions DumpOpts) argument
322 dump( raw_ostream &OS, DIDumpOptions DumpOpts, std::array<Optional<uint64_t>, DIDT_ID_Count> DumpOffsets) argument
684 verify(raw_ostream &OS, DIDumpOptions DumpOpts) argument
[all...]
H A DDWARFVerifier.cpp792 DWARFVerifier(raw_ostream &S, DWARFContext &D, DIDumpOptions DumpOpts) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp31 void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){} argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h93 DIDumpOptions DumpOpts; member in class:llvm::DWARFVerifier
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp237 DIDumpOptions DumpOpts; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2019 DIDumpOptions DumpOpts; local
2021 DICtx->dump(outs(), DumpOpts); local

Completed in 214 milliseconds