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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h233 uint32_t LineOff; ///< Line index in the .BTF string table member in struct:llvm::BTF::BPFLineInfo
H A DBTFDebug.cpp734 // If file content is not available, let LineOff = 0.
736 LineInfo.LineOff = addString(FileContent[FileName][Line]);
738 LineInfo.LineOff = 0;
853 OS.EmitIntValue(LineInfo.LineOff, 4);
H A DBTFDebug.h222 uint32_t LineOff; ///< line offset in the .BTF string table member in struct:llvm::BTFLineInfo

Completed in 168 milliseconds