Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h225 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
240 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
254 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
H A DBTFDebug.cpp405 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()
770 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
979 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()
981 SecNameOff = addString(".text"); in beginFunctionImpl()
983 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
989 SecNameOff = 0; in endFunctionImpl()
1030 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h255 uint32_t SecNameOff; variable