Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp24 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { in extract() argument
25 if (!DebugArangesData.isValidOffset(0)) in extract()
30 while (Set.extract(DebugArangesData, &Offset)) { in extract()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h29 void extract(DataExtractor DebugArangesData);