Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function
96 SetValue(&I, R, SF); in visitUnaryOperator()
355 SetValue(&I, R, SF); in visitICmpInst()
697 SetValue(&I, R, SF); in visitFCmpInst()
806 SetValue(&I, R, SF); in visitBinaryOperator()
832 SetValue(&I, R, SF); in visitSelectInst()
874 SetValue(CallingSF.Caller, Result, CallingSF); in popStackAndReturnValueToCaller()
973 SetValue(PN, ResultValues[i], SF); in SwitchToNewBasicBlock()
1004 SetValue(&I, Result, SF); in visitAllocaInst()
1053 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h310 void SetValue(N value) { m_value = value; } in AddItem()
335 void SetValue(double value) { m_value = value; }
354 void SetValue(bool value) { m_value = value; }
372 void SetValue(llvm::StringRef S) { m_value = std::string(S); }
563 void SetValue(void *value) { m_object = value; } in HasKey()
353 void SetValue(N value) { m_value = value; } SetValue() function
378 void SetValue(double value) { m_value = value; } SetValue() function
397 void SetValue(bool value) { m_value = value; } SetValue() function
415 void SetValue(llvm::StringRef S) { m_value = std::string(S); } SetValue() function
621 void SetValue(void *value) { m_object = value; } SetValue() function
H A DPredicate.h90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
H A DEvent.h120 m_predicate.SetValue(true, eBroadcastAlways); in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h104 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
134 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.h233 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
263 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp95 SetValue(s); in Mangled()
100 SetValue(ConstString(name)); in Mangled()
124 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
H A DIOHandler.cpp105 void IOHandler::SetPopped(bool b) { m_popped.SetValue(b, eBroadcastOnChange); } in SetPopped()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
H A DMangled.h202 void SetValue(ConstString name);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp45 form_value.SetValue(ValueAtIndex(i)); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h44 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
H A DDWARFDebugInfoEntry.cpp407 form_value.SetValue(abbrevDecl->getAttrImplicitConstValueByIndex(idx)); in GetAttributeValue()
H A DDWARFASTParserClang.cpp2484 func_name.SetValue(ConstString(mangled)); in ParseFunctionFromDWARF()
2495 func_name.SetValue(ConstructDemangledNameFromDWARF(die)); in ParseFunctionFromDWARF()
2497 func_name.SetValue(ConstString(name)); in ParseFunctionFromDWARF()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp339 result->SetValue(std::string(c, size)); in CreateStructuredString()
377 result->SetValue(std::string(str, bytes.size())); in CreateStructuredString()
448 result->SetValue(GetString()); in CreateStructuredString()
502 SetValue(value); in PythonBoolean()
513 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean
519 result->SetValue(GetValue()); in CreateStructuredBoolean()
H A DPythonDataObjects.h510 void SetValue(bool value);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp831 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop() argument
849 unsigned PartSize = DL.getTypeStoreSize(SetValue->getType()); in createMemSetLoop()
857 SetValue, in createMemSetLoop()
858 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex), in createMemSetLoop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp277 symbol.GetMangled().SetValue(ConstString(*NameOrErr)); in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp257 symbol.GetMangled().SetValue(ConstString(name_no_dot)); in ParseSymtab()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h231 bool SetValue(Record *TheRec, SMLoc Loc, const Init *ValName,
H A DTGParser.cpp231 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, const Init *ValName, in SetValue() function in TGParser
3383 SetValue(CurRec, ValLoc, DeclName, {}, Val, in ParseDeclaration()
3576 return SetValue(CurRec, IdLoc, FieldName, BitList, Val); in ParseBodyItem()
3616 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value)) in ApplyLetStack()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp385 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md1292 ##### SetValue {#SetValue}
1294 `void SetValue(const std::string& new_value)`
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp250 func_name.SetValue(ConstString(record->Name)); in GetOrCreateFunction()

12