| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Mangled.cpp | 140 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 D | Execution.cpp | 301 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 D | StructuredData.h | 291 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 D | Predicate.h | 105 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
|
| H A D | Event.h | 132 m_predicate.SetValue(true, eBroadcastAlways); in DoOnRemoval()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 268 void SetValue(const ConstString &name, bool is_mangled); 279 void SetValue(const ConstString &name);
|
| H A D | ThreadSafeValue.h | 44 void SetValue(const T &value) { in SetValue() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | TypeValidator.h | 105 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 D | TypeFormat.h | 106 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 D | TypeSummary.h | 200 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 D | TypeSynthetic.h | 221 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 D | LowerMemIntrinsics.cpp | 366 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 D | DWARFFormValue.h | 68 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
|
| H A D | DWARFASTParserClang.cpp | 2603 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 D | PythonDataObjects.cpp | 271 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 D | PythonDataObjects.h | 47 SetValue(nullptr); in ~StructuredPythonObject()
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | TGParser.h | 139 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
|
| H A D | TGParser.cpp | 160 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 D | Socket.cpp | 175 predicate->SetValue(port, eBroadcastAlways); in TcpListen()
|
| H A D | Host.cpp | 461 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 689 m_port_predicate.SetValue(0, eBroadcastNever); in SocketListenAndAccept()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 547 void SetValue(const std::string& new_value) { in SetValue() function
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 1099 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 D | SymbolFilePDB.cpp | 1910 mangled.SetValue(ConstString(func_name), false); in GetMangledForPDBFunc()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 1572 m_public_state.SetValue(new_state); in SetPublicState() 3903 m_iohandler_sync.SetValue(m_iohandler_sync.GetValue() + 1, in HandlePrivateEvent()
|