Searched refs:UnitVector (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypeUnit.h32 const DWARFUnitVector &UnitVector)
34 LS, LE, IsDWO, UnitVector) {}
27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector)
26 LS, LE, IsDWO, UnitVector) {}
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
H A DDWARFUnit.h128 using UnitVector = SmallVectorImpl<std::unique_ptr<DWARFUnit>>;
129 using iterator = typename UnitVector::iterator;
130 using iterator_range = llvm::iterator_range<typename UnitVector::iterator>;
152 /// Add an existing DWARFUnit to this UnitVector. This is used by the DWARF
224 const DWARFUnitVector &UnitVector; member in class:llvm::DWARFUnit
273 const DWARFUnitVector &UnitVector);
435 const DWARFUnitVector &getUnitVector() const { return UnitVector; }
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDefs.h181 typedef Vector<Unit> UnitVector; typedef in namespace:fuzzer
H A DFuzzerDriver.cpp468 UnitVector& Corpus) {
745 UnitVector InitialCorpus;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp178 bool IsDWO, const DWARFUnitVector &UnitVector)
182 IsDWO(IsDWO), UnitVector(UnitVector) {
173 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument

Completed in 122 milliseconds