Home
last modified time | relevance | path

Searched defs:LineInfo (Results 1 – 25 of 46) sorted by relevance

12

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c43 struct LineInfo struct
45 GLfloat x0, y0; /* start */
46 GLfloat x1, y1; /* end */
47 GLfloat dx, dy; /* direction vector */
48 GLfloat len; /* length */
49 GLfloat halfWidth; /* half of line width */
50 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */
52 GLfloat qx0, qy0; /* quad vertices */
53 GLfloat qx1, qy1;
54 GLfloat qx2, qy2;
[all …]
/external/llvm-project/lldb/include/lldb/Host/windows/
Deditlinewin.h79 struct LineInfo { struct
80 const char *buffer;
81 const char *cursor;
82 const char *lastchar;
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp53 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
114 DILineInfo LineInfo; in getInliningInfoForAddress() local
/external/llvm-project/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp63 static void printBlameContext(const DILineInfo &LineInfo, unsigned Context) { in printBlameContext()
101 const DILineInfo &LineInfo) { in printInstructionStatus()
163 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions() local
/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h101 struct LineInfo { struct
102 unsigned File;
103 unsigned Line;
104 unsigned Col;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h101 struct LineInfo { struct
102 unsigned File;
103 unsigned Line;
104 unsigned Col;
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp55 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
78 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp53 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/external/llvm/lib/DebugInfo/CodeView/
DLine.cpp15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DLineInfo.java30 interface LineInfo { interface
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModStream.h52 codeview::ModuleSubstreamArray LineInfo; variable
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc82 struct LineInfo { struct
85 GElf_Off rva_to_func;
87 GElf_Off rva_to_base;
92 uint32_t size;
94 uint32_t line_num;
/external/llvm/tools/sanstats/
Dsanstats.cpp79 if (Expected<DILineInfo> LineInfo = in ReadModule() local
/external/llvm-project/llvm/tools/sanstats/
Dsanstats.cpp90 if (Expected<DILineInfo> LineInfo = Symbolizer.symbolizeCode( in ReadModule() local
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp56 struct LineInfo { struct
57 SmallVector<const GCOVBlock *, 1> blocks;
58 uint64_t count = 0;
59 bool exists = false;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h37 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DLine.h37 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/external/bcc/src/cc/
Dbcc_debug.cc203 DILineInfo LineInfo; in dump() local
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp113 std::vector<LineNumberInfo> LineInfo; in NotifyObjectEmitted() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h38 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp115 std::vector<LineNumberInfo> LineInfo; in notifyObjectLoaded() local
/external/llvm-project/llvm/tools/sancov/
Dsancov.cpp426 DILineInfo LineInfo; in read() local
536 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints() local
557 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints() local
884 auto LineInfo = Symbolizer->symbolizeCode( in symbolize() local
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp207 DILineInfo LineInfo; in symbolizeCode() local

12