Searched defs:LineInfo (Results 1 – 12 of 12) sorted by relevance
101 struct LineInfo { struct102 unsigned File;103 unsigned Line;104 unsigned Col;
53 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
37 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
115 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
259 DILineInfo LineInfo = DebugInfoContext->getLineInfoForAddress( in symbolizeCode() local
54 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions, in symbolizeCodeCommon() local
329 export interface LineInfo { interface
471 LLVMPerfJitDebugEntry LineInfo; in NotifyDebug() local
698 BTFLineInfo LineInfo; in constructLineInfo() local818 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection() local
459 StringMap<LineData> LineInfo; variable
876 class LineInfo : public Malloced { class