Searched refs:SetValue (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMangled.h278 SetValue (const ConstString &name, bool is_mangled);
290 SetValue (const ConstString &name);
H A DThreadSafeValue.h64 SetValue (const T& value) function in class:lldb_private::ThreadSafeValue
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h124 SetValue (uint32_t value) function in class:lldb_private::TypeFormatImpl::Flags
183 m_flags.SetValue(value);
H A DTypeSummary.h193 SetValue (uint32_t value) function in class:lldb_private::TypeSummaryImpl::Flags
303 m_flags.SetValue(value);
H A DTypeSynthetic.h190 SetValue (uint32_t value) function in class:lldb_private::SyntheticChildren::Flags
252 m_flags.SetValue(value);
/freebsd-10.3-release/contrib/llvm/lib/TableGen/
H A DTGParser.h105 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
107 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, function in class:llvm::TGParser
109 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V);
H A DTGParser.cpp80 /// SetValue -
82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, function in class:TGParser
168 if (SetValue(CurRec, SubClass.RefRange.Start, TArgs[i],
252 if (SetValue(CurRec, SubMultiClass.RefRange.Start, SMCTArgs[i],
272 if (SetValue(Def, SubMultiClass.RefRange.Start, SMCTArgs[i],
349 if (SetValue(IterRec, Loc, IterVar->getName(),
1692 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))
1860 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
1896 if (SetValue(CurRec, LetStack[i][j].Loc, LetStack[i][j].Name,
2317 if (SetValue(CurRe
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DListener.cpp63 m_cond_wait.SetValue (false, eBroadcastNever);
168 m_cond_wait.SetValue (false, eBroadcastNever);
195 m_cond_wait.SetValue (true, eBroadcastAlways);
312 m_cond_wait.SetValue (false, eBroadcastNever);
430 m_cond_wait.SetValue (false, eBroadcastNever);
H A DConnectionFileDescriptor.cpp370 m_port_predicate.SetValue(0, eBroadcastNever);
1373 m_port_predicate.SetValue(port, eBroadcastAlways);
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { function
299 SetValue(&I, R, SF);
640 SetValue(&I, R, SF);
785 SetValue(&I, R, SF);
811 SetValue(&I, R, SF);
853 SetValue(I, Result, CallingSF);
952 SetValue(PN, ResultValues[i], SF);
983 SetValue(&I, Result, SF);
1033 SetValue(&I, executeGEPOperation(I.getPointerOperand(),
1043 SetValue(
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPredicate.h121 SetValue (T value, PredicateBroadcastType broadcast_type) function in class:lldb_private::Predicate
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp566 m_async_packet_predicate.SetValue (true, eBroadcastNever);
760 m_public_is_running.SetValue (true, eBroadcastNever);
776 m_private_is_running.SetValue (true, eBroadcastAlways);
813 m_private_is_running.SetValue (false, eBroadcastAlways);
927 m_async_packet_predicate.SetValue(false, eBroadcastAlways);
1026 m_private_is_running.SetValue (false, eBroadcastAlways);
1027 m_public_is_running.SetValue (false, eBroadcastAlways);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1714 m_public_state.SetValue (new_state);
4033 m_private_state_control_wait.SetValue (false, eBroadcastNever);
4077 m_currently_handling_event.SetValue(true, eBroadcastNever);
4105 m_currently_handling_event.SetValue(false, eBroadcastAlways);
4152 m_currently_handling_event.SetValue(false, eBroadcastAlways);
4167 m_private_state_control_wait.SetValue (false, eBroadcastNever);
4198 m_private_state_control_wait.SetValue (true, eBroadcastAlways);
4247 m_private_state_control_wait.SetValue (true, eBroadcastAlways);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1493 shell_info->process_reaped.SetValue(1, eBroadcastAlways);
1497 // Sleep a bit to allow the shell_info->can_delete.SetValue() to complete...
1639 shell_info->can_delete.SetValue(true, eBroadcastAlways);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1068 func_name.SetValue(ConstString(mangled), true);
1070 func_name.SetValue(ConstString(name), false);
3511 best_name.SetValue (ConstString(mangled_name), true);
3521 best_name.SetValue (ConstString(name), false);

Completed in 148 milliseconds