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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h225 uint32_t SecNameOff; ///< Section name index in the .BTF string table member in struct:llvm::BTF::SecFuncInfo
240 uint32_t SecNameOff; ///< Section name index in the .BTF string table member in struct:llvm::BTF::SecLineInfo
254 uint32_t SecNameOff; ///< Section name index in the .BTF string table member in struct:llvm::BTF::SecFieldReloc
H A DBTFDebug.cpp389 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0),
744 LineInfoTable[SecNameOff].push_back(LineInfo);
953 SecNameOff = addString(SectionELF->getName());
955 SecNameOff = addString(".text");
957 FuncInfoTable[SecNameOff].push_back(FuncInfo);
963 SecNameOff = 0;
1003 FieldRelocTable[SecNameOff].push_back(FieldReloc);
H A DBTFDebug.h242 uint32_t SecNameOff; member in class:llvm::BTFDebug

Completed in 69 milliseconds