Searched refs:LineOff (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
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()
|
D | SymbolCache.cpp | 572 uint32_t LineSect, LineOff; in findLineNumbersByVA() local 573 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA() 579 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTF.h | 233 uint32_t LineOff; ///< Line index in the .BTF string table member
|
D | BTFDebug.h | 228 uint32_t LineOff; ///< line offset in the .BTF string table member
|
D | BTFDebug.cpp | 740 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo() 742 LineInfo.LineOff = 0; in constructLineInfo() 857 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTF.h | 233 uint32_t LineOff; ///< Line index in the .BTF string table member
|
D | BTFDebug.cpp | 704 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo() 706 LineInfo.LineOff = 0; in constructLineInfo() 821 OS.EmitIntValue(LineInfo.LineOff, 4); in emitBTFExtSection()
|
D | BTFDebug.h | 222 uint32_t LineOff; ///< line offset in the .BTF string table member
|