Home
last modified time | relevance | path

Searched refs:DWARFGdbIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp27 void DWARFGdbIndex::dumpCUList(raw_ostream &OS) const { in dumpCUList()
37 void DWARFGdbIndex::dumpTUList(raw_ostream &OS) const { in dumpTUList()
47 void DWARFGdbIndex::dumpAddressArea(raw_ostream &OS) const { in dumpAddressArea()
58 void DWARFGdbIndex::dumpSymbolTable(raw_ostream &OS) const { in dumpSymbolTable()
87 void DWARFGdbIndex::dumpConstantPool(raw_ostream &OS) const { in dumpConstantPool()
99 void DWARFGdbIndex::dump(raw_ostream &OS) { in dump()
115 bool DWARFGdbIndex::parseImpl(DataExtractor Data) { in parseImpl()
198 void DWARFGdbIndex::parse(DataExtractor Data) { in parse()
H A DDWARFContext.cpp256 std::unique_ptr<DWARFGdbIndex> GdbIndex;
354 DWARFGdbIndex &getGdbIndex() override { in getGdbIndex()
359 GdbIndex = std::make_unique<DWARFGdbIndex>(); in getGdbIndex()
661 DWARFGdbIndex &getGdbIndex() override { in getGdbIndex()
1424 DWARFGdbIndex &DWARFContext::getGdbIndex() { in getGdbIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h41 class DWARFGdbIndex; variable
77 virtual DWARFGdbIndex &getGdbIndex() = 0;
291 DWARFGdbIndex &getGdbIndex();
H A DDWARFGdbIndex.h22 class DWARFGdbIndex {
/freebsd/lib/clang/libllvm/
H A DMakefile573 SRCS_MIW+= DebugInfo/DWARF/DWARFGdbIndex.cpp