Searched refs:dwp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/clang/llvm-dwp/
H A DMakefile2 PROG_CXX= llvm-dwp
5 SRCDIR= llvm/tools/llvm-dwp
6 SRCS+= llvm-dwp-driver.cpp
7 SRCS+= llvm-dwp.cpp
/freebsd-current/usr.bin/clang/
H A DMakefile38 SUBDIR+= llvm-dwp
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h163 void IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, IndexSet &set);
H A DManualDWARFIndex.cpp53 // Process all units in the main file, as well as any type units in the dwp
140 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, argument
154 // locate the .dwo/.dwp file we don't want to index anything from the skeleton
158 // DIEs so that symbolication will still work in the absence of the .dwo/.dwp
167 // Index the .dwo or dwp instead of the skeleton unit.
169 // Type units in a dwp file are indexed separately, so we just need to
172 if (dwo_symbol_file == dwp) {

Completed in 165 milliseconds