Home
last modified time | relevance | path

Searched refs:setSource (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DOperation.cpp15 void LoadOperation::setSource(DataSource * source) in setSource() function in LoadOperation
21 m_target->setSource(m_source); in setSource()
38 m_target->setSource(m_source); in setTarget()
H A DDataTarget.h62 inline void setSource(DataSource * source) { m_source = source; } in setSource() function
H A DOperation.h37 void setSource(DataSource * source);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp1243 CurrStates->setSource(Cond); in splitState()
1244 FalseStates->setSource(Cond); in splitState()
1248 CurrStates->setSource(PInfo.testSourceNode()); in splitState()
1249 FalseStates->setSource(PInfo.testSourceNode()); in splitState()
1268 CurrStates->setSource(BinOp); in splitState()
1269 FalseStates->setSource(BinOp); in splitState()
1378 CurrStates->setSource(nullptr); in run()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.h156 void setSource ();
H A DFunction.cc448 setSource (); in pushSrcFile()
749 Function::setSource () in setSource() function in Function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.h156 void setSource ();
H A DFunction.cc446 setSource (); in pushSrcFile()
747 Function::setSource () in setSource() function in Function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h189 void setSource(const Stmt *Source) { this->From = Source; } in setSource() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp696 op->setSource(createSourceFromNode(statement->getData())); in convertLoadStatement()
H A DElftosbAST.h1134 inline void setSource(std::string * source) { m_source = source; } in setSource() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h695 void setSource(Value *Ptr) { in setSource() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp315 void setSource(int Idx, Register SrcReg, unsigned SrcSubReg) { in setSource() function in __anonbcd030b40111::ValueTrackerResult
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2928 II.setSource(AdjustedPtr); in visitMemTransferInst()