Searched refs:LineOff (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 169 uint32_t LineSect, LineOff; in findInlineeLinesByVA() local 170 Session.addressForVA(VA, LineSect, LineOff); in findInlineeLinesByVA() 171 NativeLineNumber LineNum(Session, SrcLine, SrcCol, LineSect, LineOff, Length, in findInlineeLinesByVA()
|
| H A D | SymbolCache.cpp | 577 uint32_t LineSect, LineOff; in findLineNumbersByVA() local 578 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA() 584 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTF.h | 233 uint32_t LineOff; ///< Line index in the .BTF string table member
|
| H A D | BTFDebug.cpp | 765 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo() 767 LineInfo.LineOff = 0; in constructLineInfo() 882 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
|
| H A D | BTFDebug.h | 237 uint32_t LineOff; ///< line offset in the .BTF string table member
|