Home
last modified time | relevance | path

Searched refs:m_line (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Symbol/
DDeclaration.cpp25 if (m_line > 0) in Dump()
26 s->Printf(":%u", m_line); in Dump()
34 if (m_line > 0) in Dump()
36 s->Printf(", line = %u", m_line); in Dump()
59 if (m_line > 0) in DumpStopContext()
60 s->Printf(":%u", m_line); in DumpStopContext()
67 else if (m_line > 0) in DumpStopContext()
69 s->Printf(" line %u", m_line); in DumpStopContext()
91 if (a.m_line < b.m_line) in Compare()
93 else if (a.m_line > b.m_line) in Compare()
/external/deqp/framework/randomshaders/
DrsgPrettyPrinter.cpp142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]); in processToken()
148 m_line += " "; in processToken()
149 m_line += token.getIdentifier(); in processToken()
157 m_line += f; in processToken()
162 m_line += de::toString(token.getInt()); in processToken()
166 m_line += (token.getBool() ? "true" : "false"); in processToken()
183 m_str << m_line + "\n"; in processToken()
184 m_line = ""; in processToken()
191 m_line += " "; in processToken()
192 m_line += tokenStr; in processToken()
DrsgPrettyPrinter.hpp48 std::string m_line; member in rsg::PrettyPrinter
/external/lldb/include/lldb/Symbol/
DDeclaration.h36 m_line (0) in Declaration()
61 m_line (line) in m_file()
73 m_line (rhs.m_line) in Declaration()
86 m_line(0) in Declaration()
105 m_line= 0; in Clear()
197 return m_line; in GetLine()
204 return m_file && m_line != 0; in IsValid()
257 m_line = line; in SetLine()
265 uint32_t m_line; ///< Non-zero values indicates a valid line number, variable
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacinfoEntry.cpp19 m_line(0), in DWARFDebugMacinfoEntry()
56 s->Printf(" line:%u #define %s\n", (uint32_t)m_line, m_op2.cstr); in Dump()
60 s->Printf(" line:%u #undef %s\n", (uint32_t)m_line, m_op2.cstr); in Dump()
64 s->Printf(" line:%u str: '%s'\n", (uint32_t)m_line, m_op2.cstr); in Dump()
68 s->Printf(" line:%u file index: '%u'\n", (uint32_t)m_line, (uint32_t)m_op2.file_idx); in Dump()
98 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()
107 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()
116 m_line = DW_INVALID_OFFSET; in Extract()
121 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()
DDWARFDebugMacinfoEntry.h31 return m_line; in GetLineNumber()
48 dw_uleb128_t m_line; variable
DSymbolFileDWARF.h585 std::unique_ptr<DWARFDebugLine> m_line; variable
DSymbolFileDWARF.cpp471 m_line(), in SymbolFileDWARF()
/external/lldb/tools/debugserver/source/
DPThreadMutex.cpp28 m_line(line), in Locker()
38 m_line(line), in Locker()
48 m_line(line), in Locker()
69 …8.8p) mutex is locked (function %s in %s:%i), waiting...\n", m_pMutex, m_function, m_file, m_line); in Lock()
71 …ion %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line); in Lock()
80 …s in %s in %s:%i\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line); in Unlock()
DPThreadMutex.h95 int m_line; variable
/external/llvm/test/Bindings/OCaml/
Dcore.ml1151 let m_line = const_int i32_type 2 in
1155 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in