| /external/mesa3d/src/mesa/swrast/ |
| D | s_aaline.c | 44 struct LineInfo struct 46 GLfloat x0, y0; /* start */ 47 GLfloat x1, y1; /* end */ 48 GLfloat dx, dy; /* direction vector */ 49 GLfloat len; /* length */ 50 GLfloat halfWidth; /* half of line width */ 51 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 53 GLfloat qx0, qy0; /* quad vertices */ 54 GLfloat qx1, qy1; 55 GLfloat qx2, qy2; [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/ |
| D | llvm-cfi-verify.cpp | 63 void printBlameContext(const DILineInfo &LineInfo, unsigned Context) { in printBlameContext() 101 const DILineInfo &LineInfo) { in printInstructionStatus() 162 const auto &LineInfo = InliningInfo->getFrame(0); in printIndirectCFInstructions() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
| D | Line.cpp | 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
|
| /external/llvm/lib/DebugInfo/CodeView/ |
| D | Line.cpp | 15 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/ |
| D | LineInfo.java | 30 interface LineInfo { interface
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
| D | MCCodeView.h | 122 struct LineInfo { struct 123 unsigned File; 124 unsigned Line; 125 unsigned Col;
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
| D | PDBContext.cpp | 54 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local 77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
|
| /external/llvm/lib/DebugInfo/PDB/ |
| D | PDBContext.cpp | 55 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local 78 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
|
| /external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
| D | ModStream.h | 52 codeview::ModuleSubstreamArray LineInfo; variable
|
| /external/google-breakpad/src/common/solaris/ |
| D | dump_symbols.cc | 82 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/ |
| D | sanstats.cpp | 79 if (Expected<DILineInfo> LineInfo = in ReadModule() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/sanstats/ |
| D | sanstats.cpp | 82 if (Expected<DILineInfo> LineInfo = in ReadModule() local
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
| D | OProfileJITEventListener.cpp | 123 std::vector<debug_line_info> LineInfo; in NotifyFunctionEmitted() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | Line.h | 38 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
|
| /external/bcc/src/cc/ |
| D | bcc_debug.cc | 203 DILineInfo LineInfo; in dump() local
|
| /external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 113 std::vector<LineNumberInfo> LineInfo; in NotifyObjectEmitted() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 116 std::vector<LineNumberInfo> LineInfo; in NotifyObjectEmitted() local
|
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| D | Line.h | 38 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
| D | sancov.cpp | 522 DILineInfo LineInfo; in read() local 625 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, Addr); in getCoveragePoints() local 640 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, Addr); in getCoveragePoints() local 948 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, Addr); in symbolize() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
| D | SymbolizableObjectFile.cpp | 224 DILineInfo LineInfo; in symbolizeCode() local
|
| D | Symbolize.cpp | 75 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions, in symbolizeCode() local
|
| /external/llvm/lib/DebugInfo/Symbolize/ |
| D | SymbolizableObjectFile.cpp | 207 DILineInfo LineInfo; in symbolizeCode() local
|
| D | Symbolize.cpp | 72 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions, in symbolizeCode() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
| D | FileAnalysis.cpp | 493 auto LineInfo = in parseSectionContents() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
| D | OptReport.cpp | 362 const auto &LineInfo = LII->second; in writeReport() local
|