Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h86 uint32_t TypeOff; ///< Offset of type section member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp126 uint32_t TypeOff = Extractor.getU32(C); in parseBTF() local
132 uint32_t TypesInfoStart = HdrLen + TypeOff; in parseBTF()
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp468 BTFHeader.TypeOff = Strings.size(); in makeObj()