Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h68 uint64_t LineInfoStart, uint64_t LineInfoEnd);
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp283 uint32_t LineInfoEnd = LineInfoStart + LineInfoLen; in parseBTFExt() local
284 if (Error E = parseLineInfo(Ctx, Extractor, LineInfoStart, LineInfoEnd)) in parseBTFExt()
299 uint64_t LineInfoStart, uint64_t LineInfoEnd) { in parseLineInfo() argument
307 while (C && C.tell() < LineInfoEnd) { in parseLineInfo()