Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTF.h187 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
202 uint32_t SecNameOff; ///< Section name index in the .BTF string tble member
H A DBTFDebug.cpp322 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0) { in BTFDebug()
539 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
681 SecNameOff = addString(SectionELF->getSectionName()); in beginFunctionImpl()
683 SecNameOff = addString(".text"); in beginFunctionImpl()
685 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
691 SecNameOff = 0; in endFunctionImpl()
H A DBTFDebug.h197 uint32_t SecNameOff; variable