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 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
/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.cpp576 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()
1141 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()
1352 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()
1354 SecNameOff = addString(".text"); in beginFunctionImpl()
1356 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
1362 SecNameOff = 0; in endFunctionImpl()
1403 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
H A DBTFDebug.h293 uint32_t SecNameOff; variable