Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPackedVector.h38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
H A DStringMapEntry.h84 void setValue(const ValueTy &V) { second = V; } in setValue() function
H A DIntervalMap.h1765 iterator::setValue(ValT x) { in setValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h188 void setValue(StringRef Value) override { in setValue() function
228 void setValue(StringRef Value) override { in setValue() function
H A DLVSymbol.h121 void setValue(StringRef Value) override { in setValue() function
H A DLVElement.h257 virtual void setValue(StringRef Value) {} in setValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h317 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
318 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
H A DDIE.h191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
/openbsd-src/gnu/llvm/lldb/examples/synthetic/bitfield/
H A Dprogram.cpp41 void setValue(uint32_t V) { value = V; } in setValue() function in MaskedData
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dexecutor_address.h100 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h106 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp118 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h383 void setValue(const Value *V, SDValue NewN) { in setValue() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp616 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue() function in clang::dataflow::Environment
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp226 void DbgAssignIntrinsic::setValue(Value *V) { in setValue() function in DbgAssignIntrinsic
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h946 void setValue(Value *Val) { in setValue() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h820 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1490 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function
1500 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
1633 void setValue(unsigned Val) { Value = Val; } in setValue() function
1667 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
H A DExprObjC.h101 void setValue(bool V) { Value = V; } in setValue() function
H A DExprCXX.h738 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue() function
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp2452 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal
2476 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue() function in RecordVal