Home
last modified time | relevance | path

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

/src/contrib/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
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ !
H A DBTFParser.cpp308 uint32_t SecNameOff = Extractor.getU32(C); in parseLineInfo() local
310 StringRef SecName = findString(SecNameOff); in parseLineInfo()
351 uint32_t SecNameOff = Extractor.getU32(C); in parseRelocInfo() local
353 StringRef SecName = findString(SecNameOff); in parseRelocInfo()
/src/contrib/llvm-project/llvm/lib/Target/BPF/ !
H A DBTFDebug.cpp510 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()
1022 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
1233 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()
1235 SecNameOff = addString(".text"); in beginFunctionImpl()
1237 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
1243 SecNameOff = 0; in endFunctionImpl()
1284 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h293 uint32_t SecNameOff; variable