Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c42 struct LineInfo struct
44 GLfloat x0, y0; /* start */
45 GLfloat x1, y1; /* end */
46 GLfloat dx, dy; /* direction vector */
47 GLfloat len; /* length */
48 GLfloat halfWidth; /* half of line width */
49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */
51 GLfloat qx0, qy0; /* quad vertices */
52 GLfloat qx1, qy1;
53 GLfloat qx2, qy2;
[all …]
/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/llvm-symbolizer/
DLLVMSymbolize.cpp146 DILineInfo LineInfo; in symbolizeCode() local
178 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeInlinedCode() local
214 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeCode() local
219 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts); in symbolizeCode() local
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp113 std::vector<LineNumberInfo> LineInfo; in NotifyObjectEmitted() local
/external/libedit/src/
Del.c518 public const TYPE(LineInfo) * in TYPE() argument
Dhistedit.h66 } LineInfo; typedef
/external/llvm/include/llvm/Support/
DGCOV.h428 StringMap<LineData> LineInfo; variable
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc518 LineInfo::LineInfo(const char* buffer, uint64 buffer_length, in LineInfo() function in dwarf2reader::LineInfo
/external/v8/src/
Dgdb-jit.cc899 class LineInfo : public Malloced { class
901 LineInfo() : pc_info_(10) {} in LineInfo() function in v8::internal::LineInfo
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp650 bool LineInfo) in RewriteModernObjC()
669 const LangOptions &LOpts, bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()