Home
last modified time | relevance | path

Searched refs:FileNameOff (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
HDBTFContext.cpp31 Result.FileName = BTF.findString(LineInfo->FileNameOff); in getLineInfoForAddress()
HDBTFParser.cpp321 uint32_t FileNameOff = Extractor.getU32(C); in parseLineInfo() local
326 Lines.push_back({InsnOff, FileNameOff, LineOff, LineCol}); in parseLineInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
HDBTF.h252 uint32_t FileNameOff; ///< File name index in the .BTF string table member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.h274 uint32_t FileNameOff; ///< file name offset in the .BTF string table member
HDBTFDebug.cpp1014 LineInfo.FileNameOff = addString(FileName); in constructLineInfo()
1137 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()