Home
last modified time | relevance | path

Searched refs:forEachTypesSections (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h39 forEachTypesSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesSections() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp883 DObj->forEachTypesSections([&](const DWARFSection &S) { in parseNormalUnits()
1634 void forEachTypesSections( in forEachTypesSections() function in __anonf3f23cd30d11::DWARFObjInMemory
H A DDWARFVerifier.cpp375 DObj.forEachTypesSections([&](const DWARFSection &S) { in handleDebugInfo()