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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
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 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 DDWARFUnit.h122 using UnitVector = SmallVectorImpl<std::unique_ptr<DWARFUnit>>;
123 using iterator = typename UnitVector::iterator;
124 using iterator_range = llvm::iterator_range<typename UnitVector::iterator>;
143 /// Add an existing DWARFUnit to this UnitVector. This is used by the DWARF
216 const DWARFUnitVector &UnitVector; member in class:llvm::DWARFUnit
272 const DWARFUnitVector &UnitVector);
461 const DWARFUnitVector &getUnitVector() const { return UnitVector; }
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h212 typedef Vector<Unit> UnitVector; typedef in namespace:fuzzer
H A DFuzzerDriver.cpp506 UnitVector& Corpus) {
809 UnitVector InitialCorpus;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp176 bool IsDWO, const DWARFUnitVector &UnitVector)
180 IsDWO(IsDWO), UnitVector(UnitVector) {
171 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 173 milliseconds