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

/freebsd-11-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.cpp384 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0),
741 LineInfoTable[SecNameOff].push_back(LineInfo);
950 SecNameOff = addString(SectionELF->getSectionName());
952 SecNameOff = addString(".text");
954 FuncInfoTable[SecNameOff].push_back(FuncInfo);
960 SecNameOff = 0;
992 FieldRelocTable[SecNameOff].push_back(FieldReloc);
H A DBTFDebug.h240 uint32_t SecNameOff; member in class:llvm::BTFDebug

Completed in 104 milliseconds