Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h70 uint64_t RelocInfoStart, uint64_t RelocInfoEnd);
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp290 uint32_t RelocInfoEnd = RelocInfoStart + RelocInfoLen; in parseBTFExt() local
291 if (Error E = parseRelocInfo(Ctx, Extractor, RelocInfoStart, RelocInfoEnd)) in parseBTFExt()
342 uint64_t RelocInfoEnd) { in parseRelocInfo() argument
350 while (C && C.tell() < RelocInfoEnd) { in parseRelocInfo()