Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp31 Result.FileName = BTF.findString(LineInfo->FileNameOff); in getLineInfoForAddress()
H A DBTFParser.cpp321 uint32_t FileNameOff = Extractor.getU32(C); in parseLineInfo() local
326 Lines.push_back({InsnOff, FileNameOff, LineOff, LineCol}); in parseLineInfo()
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h252 uint32_t FileNameOff; ///< File name index in the .BTF string table member
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp174 EXPECT_EQ(BTF.findString(I1->FileNameOff), "a.c"); in TEST()
181 EXPECT_EQ(BTF.findString(I2->FileNameOff), "a.c"); in TEST()
188 EXPECT_EQ(BTF.findString(I3->FileNameOff), "b.c"); in TEST()
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h274 uint32_t FileNameOff; ///< file name offset in the .BTF string table member
H A DBTFDebug.cpp1027 LineInfo.FileNameOff = addString(FileName); in emitCommonHeader()
1150 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()