Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h245 uint32_t SecNameOff; ///< Section name index in the .BTF string table
262 uint32_t SecNameOff; ///< Section name index in the .BTF string table
276 uint32_t SecNameOff; ///< Section name index in the .BTF string table
237 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.cpp308 uint32_t SecNameOff = Extractor.getU32(C);
310 StringRef SecName = findString(SecNameOff);
351 uint32_t SecNameOff = Extractor.getU32(C);
353 StringRef SecName = findString(SecNameOff);
185 uint32_t SecNameOff = Extractor.getU32(C); parseLineInfo() local
/freebsd/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