Home
last modified time | relevance | path

Searched refs:TypesSections (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1516 InfoSectionMap TypesSections; member in __anona8a913f90f11::DWARFObjInMemory
1649 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1728 .Case("debug_types", &TypesSections) in DWARFObjInMemory()
1780 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1961 for (auto &P : TypesSections) in forEachTypesSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp395 const std::vector<StringRef> &TypesSections, in addAllTypes() argument
397 for (StringRef Types : TypesSections) { in addAllTypes()