Searched refs:addUnitsForSection (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h132 /// must not mix calls to addUnitsForSection and addUnitsForDWOSection.
133 void addUnitsForSection(DWARFContext &C, const DWARFSection &Section,
138 /// sections. Caller must not mix calls to addUnitsForSection and
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp36 void DWARFUnitVector::addUnitsForSection(DWARFContext &C, function in class:DWARFUnitVector
H A DDWARFContext.cpp909 NormalUnits.addUnitsForSection(*this, S, DW_SECT_INFO);
913 NormalUnits.addUnitsForSection(*this, S, DW_SECT_TYPES);

Completed in 159 milliseconds