Home
last modified time | relevance | path

Searched defs:SecNameOff (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h245 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
262 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
276 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp308 uint32_t SecNameOff = Extractor.getU32(C); in parseLineInfo() local
351 uint32_t SecNameOff = Extractor.getU32(C); in parseRelocInfo() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h293 uint32_t SecNameOff; variable