Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h237 uint32_t SecNameOff; ///< Section name index in the .BTF string table global() member
254 uint32_t SecNameOff; ///< Section name index in the .BTF string table global() member
268 uint32_t SecNameOff; ///< Section name index in the .BTF string table global() member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp185 uint32_t SecNameOff = Extractor.getU32(C); parseLineInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h293 uint32_t SecNameOff; variable