Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp140 SetValue(s, mangled); in Mangled()
145 SetValue(ConstString(name), is_mangled); in Mangled()
150 SetValue(s); in Mangled()
155 SetValue(ConstString(name)); in Mangled()
206 void Mangled::SetValue(const ConstString &s, bool mangled) { in SetValue() function in Mangled
221 void Mangled::SetValue(const ConstString &name) { in SetValue() function in Mangled
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp301 SetValue(&I, R, SF); in visitICmpInst()
642 SetValue(&I, R, SF); in visitFCmpInst()
787 SetValue(&I, R, SF); in visitBinaryOperator()
813 SetValue(&I, R, SF); in visitSelectInst()
1160 SetValue(&I, Dest, SF); in visitShl()
1187 SetValue(&I, Dest, SF); in visitLShr()
1214 SetValue(&I, Dest, SF); in visitAShr()
1740 SetValue(&I, Dest, SF); in visitVAArgInst()
1776 SetValue(&I, Dest, SF); in visitExtractElementInst()
1808 SetValue(&I, Dest, SF); in visitInsertElementInst()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h291 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
308 void SetValue(double value) { m_value = value; } in SetValue() function
325 void SetValue(bool value) { m_value = value; } in SetValue() function
341 void SetValue(llvm::StringRef S) { m_value = S; } in SetValue() function
372 key_object_sp->SetValue(iter->first.AsCString()); in GetKeys()
537 void SetValue(void *value) { m_object = value; } in SetValue() function
H A DPredicate.h105 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
H A DEvent.h132 m_predicate.SetValue(true, eBroadcastAlways); in DoOnRemoval()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMangled.h268 void SetValue(const ConstString &name, bool is_mangled);
279 void SetValue(const ConstString &name);
H A DThreadSafeValue.h44 void SetValue(const T &value) { in SetValue() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeValidator.h105 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
132 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
H A DTypeFormat.h106 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
136 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
H A DTypeSummary.h200 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
254 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
H A DTypeSynthetic.h221 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
251 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp366 Value *DstAddr, Value *CopyLen, Value *SetValue, in createMemSetLoop() argument
381 PointerType::get(SetValue->getType(), dstAS)); in createMemSetLoop()
393 SetValue, in createMemSetLoop()
394 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h68 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
H A DDWARFASTParserClang.cpp2603 func_name.SetValue(ConstString(mangled), true); in ParseFunctionFromDWARF()
2640 func_name.SetValue(ConstString(sstr.GetString()), false); in ParseFunctionFromDWARF()
2642 func_name.SetValue(ConstString(name), false); in ParseFunctionFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp271 result->SetValue(std::string(c, size)); in CreateStructuredString()
333 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString()
433 result->SetValue(GetString()); in CreateStructuredString()
525 result->SetValue(GetInteger()); in CreateStructuredInteger()
H A DPythonDataObjects.h47 SetValue(nullptr); in ~StructuredPythonObject()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.h139 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
H A DTGParser.cpp160 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser
250 if (SetValue(CurRec, SubClass.RefRange.Start, TArgs[i], in AddSubClass()
2244 SetValue(CurRec, ValLoc, DeclName, None, Val)) in ParseDeclaration()
2421 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()
2457 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocket.cpp175 predicate->SetValue(port, eBroadcastAlways); in TcpListen()
H A DHost.cpp461 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp689 m_port_predicate.SetValue(0, eBroadcastNever); in SocketListenAndAccept()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h547 void SetValue(const std::string& new_value) { in SetValue() function
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1099 property.SetValue("2"); in TEST()
1345 TEST(TestPropertyTest, SetValue) { in TEST() argument
1348 property.SetValue("value_2"); in TEST()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1910 mangled.SetValue(ConstString(func_name), false); in GetMangledForPDBFunc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1572 m_public_state.SetValue(new_state); in SetPublicState()
3903 m_iohandler_sync.SetValue(m_iohandler_sync.GetValue() + 1, in HandlePrivateEvent()

12