Home
last modified time | relevance | path

Searched defs:TypeOff (Results 1 – 2 of 2) 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