Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h69 Error parseRelocInfo(ParseContext &Ctx, DataExtractor &Extractor,
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp291 if (Error E = parseRelocInfo(Ctx, Extractor, RelocInfoStart, RelocInfoEnd)) in parseBTFExt()
340 Error BTFParser::parseRelocInfo(ParseContext &Ctx, DataExtractor &Extractor, in parseRelocInfo() function in BTFParser