Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp169 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()
DSymbolCache.cpp572 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h233 uint32_t LineOff; ///< Line index in the .BTF string table member
DBTFDebug.cpp704 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo()
706 LineInfo.LineOff = 0; in constructLineInfo()
821 OS.EmitIntValue(LineInfo.LineOff, 4); in emitBTFExtSection()
DBTFDebug.h222 uint32_t LineOff; ///< line offset in the .BTF string table member
/external/llvm-project/llvm/lib/Target/BPF/
DBTF.h233 uint32_t LineOff; ///< Line index in the .BTF string table member
DBTFDebug.h228 uint32_t LineOff; ///< line offset in the .BTF string table member
DBTFDebug.cpp740 LineInfo.LineOff = addString(FileContent[FileName][Line]); in constructLineInfo()
742 LineInfo.LineOff = 0; in constructLineInfo()
857 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()