Home
last modified time | relevance | path

Searched refs:additional_data (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp20 StructuredData::ObjectSP additional_data) in InstrumentationRuntimeStopInfo() argument
22 m_extended_info = additional_data; in InstrumentationRuntimeStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h33 StructuredData::ObjectSP additional_data);
37 StructuredData::ObjectSP additional_data);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp907 ConstString additional_data(subpath.drop_front(close_bracket_index + 1)); in DumpValue() local
909 additional_data.GetCString()); in DumpValue()