Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp133 uint32_t TypesInfoEnd = TypesInfoStart + TypeLen; in parseBTF() local
134 uint32_t BytesExpected = std::max(StrEnd, TypesInfoEnd); in parseBTF()
144 StringRef RawData = Extractor.getData().slice(TypesInfoStart, TypesInfoEnd); in parseBTF()