Home
last modified time | relevance | path

Searched defs:setSource (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DOperation.cpp15 void LoadOperation::setSource(DataSource * source) in setSource() function in LoadOperation
H A DDataTarget.h62 inline void setSource(DataSource * source) { m_source = source; } in setSource() 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/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.cc747 Function::setSource () in setSource() function in Function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.cc749 Function::setSource () in setSource() function in 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/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1134 inline void setSource(std::string * source) { m_source = source; } 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