Home
last modified time | relevance | path

Searched refs:DWARFTypeUnit (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypeUnit.h25 class DWARFTypeUnit : public DWARFUnit {
27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DCMakeLists.txt26 DWARFTypeUnit.cpp
H A DDWARFTypeUnit.cpp20 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
H A DDWARFUnit.cpp88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
H A DDWARFVerifier.cpp316 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
H A DBUILD.gn34 "DWARFTypeUnit.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoDWARF/
H A DMakefile33 DWARFTypeUnit.cpp \