Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c44 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/llvm/lib/DebugInfo/CodeView/
DLine.cpp15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModStream.h52 codeview::ModuleSubstreamArray LineInfo; variable
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp55 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
78 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
/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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp123 std::vector<debug_line_info> LineInfo; in NotifyFunctionEmitted() 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/libedit/src/
Del.c518 public const TYPE(LineInfo) * in TYPE() argument
Dhistedit.h66 } LineInfo; typedef
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp207 DILineInfo LineInfo; in symbolizeCode() local
DSymbolize.cpp72 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions, in symbolizeCode() local
/external/llvm/include/llvm/Support/
DGCOV.h433 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/llvm/tools/sancov/
Dsancov.cc300 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, Addr); in getAddrInfo() local
/external/v8/src/
Dgdb-jit.cc924 class LineInfo : public Malloced { class
926 LineInfo() : pc_info_(10) {} in LineInfo() function in v8::internal::GDBJITInterface::LineInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1935 if (const MCSection *LineInfo = in emitDebugMacInfo() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp644 bool LineInfo) in RewriteModernObjC()
663 const LangOptions &LOpts, bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()