Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp317 BTFLinesVector &Lines = SectionLines[Sec->getIndex()];
380 SectionLines.clear();
450 return findInfo(SectionLines, Address);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h53 DenseMap<uint64_t, BTFLinesVector> SectionLines; variable