| /external/mesa3d/src/mesa/swrast/ | 
| D | s_aaline.c | 43 struct LineInfo  struct45    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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | MCCodeView.h | 101   struct LineInfo {  struct102     unsigned File;
 103     unsigned Line;
 104     unsigned Col;
 
 | 
| /external/llvm/lib/DebugInfo/PDB/ | 
| D | PDBContext.cpp | 55   auto LineInfo = LineNumbers->getNext();  in getLineInfoForAddress()  local78   while (auto LineInfo = LineNumbers->getNext()) {  in getLineInfoForAddressRange()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ | 
| D | PDBContext.cpp | 53   auto LineInfo = LineNumbers->getNext();  in getLineInfoForAddress()  local77   while (auto LineInfo = LineNumbers->getNext()) {  in getLineInfoForAddressRange()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ | 
| D | Line.cpp | 14 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/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 {  struct85   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-10.0/llvm/include/llvm/DebugInfo/CodeView/ | 
| D | Line.h | 37   LineInfo(uint32_t LineData) : LineData(LineData) {}  in LineInfo()  function
 | 
| /external/bcc/src/cc/ | 
| D | bcc_debug.cc | 232         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-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ | 
| D | IntelJITEventListener.cpp | 115     std::vector<LineNumberInfo> LineInfo;  in notifyObjectLoaded()  local
 | 
| /external/llvm/include/llvm/DebugInfo/CodeView/ | 
| D | Line.h | 38   LineInfo(uint32_t LineData) : LineData(LineData) {}  in LineInfo()  function
 | 
| /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-10.0/llvm/lib/DebugInfo/Symbolize/ | 
| D | SymbolizableObjectFile.cpp | 259   DILineInfo LineInfo = DebugInfoContext->getLineInfoForAddress(  in symbolizeCode()  local
 | 
| D | Symbolize.cpp | 54   DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions,  in symbolizeCodeCommon()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ | 
| D | PerfJITEventListener.cpp | 471     LLVMPerfJitDebugEntry LineInfo;  in NotifyDebug()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ | 
| D | BTFDebug.cpp | 698   BTFLineInfo LineInfo;  in constructLineInfo()  local818     for (const auto &LineInfo : LineSec.second) {  in emitBTFExtSection()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ | 
| D | GCOV.h | 459   StringMap<LineData> LineInfo;  variable
 | 
| /external/llvm/include/llvm/Support/ | 
| D | GCOV.h | 433   StringMap<LineData> LineInfo;  variable
 | 
| /external/llvm/tools/sancov/ | 
| D | sancov.cc | 300     auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, Addr);  in getAddrInfo()  local
 | 
| /external/google-breakpad/src/common/dwarf/ | 
| D | dwarf2reader.cc | 905 LineInfo::LineInfo(const uint8_t *buffer, uint64_t buffer_length,  in LineInfo()  function in dwarf2reader::LineInfo
 |