Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h237 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
252 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
266 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
H A DBTFDebug.cpp507 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()
983 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
1207 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()
1209 SecNameOff = addString(".text"); in beginFunctionImpl()
1211 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
1217 SecNameOff = 0; in endFunctionImpl()
1258 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h293 uint32_t SecNameOff; variable