Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp22 DWARFDebugPubTable::DWARFDebugPubTable(const DWARFObject &Obj, in DWARFDebugPubTable() function in DWARFDebugPubTable
49 void DWARFDebugPubTable::dump(raw_ostream &OS) const { in dump()
H A DDWARFContext.cpp555 DWARFDebugPubTable(*DObj, DObj->getPubNamesSection(), isLittleEndian(), false) in dump()
560 DWARFDebugPubTable(*DObj, DObj->getPubTypesSection(), isLittleEndian(), false) in dump()
565 DWARFDebugPubTable(*DObj, DObj->getGnuPubNamesSection(), isLittleEndian(), in dump()
571 DWARFDebugPubTable(*DObj, DObj->getGnuPubTypesSection(), isLittleEndian(), in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h25 class DWARFDebugPubTable {
71 DWARFDebugPubTable(const DWARFObject &Obj, const DWARFSection &Sec,
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp2459 DWARFDebugPubTable Table(Obj, *Pub, Config->IsLE, true); in readPubNamesAndTypes()
2460 for (const DWARFDebugPubTable::Set &Set : Table.getData()) { in readPubNamesAndTypes()
2471 for (const DWARFDebugPubTable::Entry &Ent : Set.Entries) in readPubNamesAndTypes()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile429 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugPubTable.cpp