Searched refs:LineOff (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 227 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 D | SymbolCache.cpp | 582 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 D | BTFContext.cpp | 30 Result.LineSource = BTF.findString(LineInfo->LineOff); in getLineInfoForAddress()
|
| H A D | BTFParser.cpp | 322 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 D | BTF.h | 253 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 D | BTFDebug.h | 275 uint32_t LineOff; ///< line offset in the .BTF string table member
|
| H A D | BTFDebug.cpp | 1017 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo() 1019 LineInfo.LineOff = 0; in constructLineInfo() 1138 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
|