Home
last modified time | relevance | path

Searched refs:LineOff (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp227 uint32_t LineSect, LineOff; in findInlineeLinesByVA() local
228 Session.addressForVA(VA, LineSect, LineOff); in findInlineeLinesByVA()
229 NativeLineNumber LineNum(Session, SrcLine, SrcCol, LineSect, LineOff, Length, in findInlineeLinesByVA()
H A DSymbolCache.cpp582 uint32_t LineSect, LineOff; in findLineNumbersByVA() local
583 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA()
589 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp30 Result.LineSource = BTF.findString(LineInfo->LineOff); in getLineInfoForAddress()
H A DBTFParser.cpp322 uint32_t LineOff = Extractor.getU32(C);
326 Lines.push_back({InsnOff, FileNameOff, LineOff, LineCol});
199 uint32_t LineOff = Extractor.getU32(C); parseLineInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h253 uint32_t LineOff; ///< Line index in the .BTF string table
245 uint32_t LineOff; ///< Line index in the .BTF string table global() member
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h275 uint32_t LineOff; ///< line offset in the .BTF string table member
H A DBTFDebug.cpp1017 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo()
1019 LineInfo.LineOff = 0; in constructLineInfo()
1138 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()