Home
last modified time | relevance | path

Searched defs:getSrc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h64 const char *getSrc() const { return Src; } in getSrc() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h109 Instruction *getSrc() const { return Src; } in getSrc() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h1102 Value *getSrc() const { return const_cast<Value *>(getArgOperand(1)); } in getSrc() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h511 const CFGBlock *getSrc() const { in getSrc() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp322 RegSubRegPair getSrc(int Idx) const { in getSrc() function in __anon8268ff210111::ValueTrackerResult
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp48 NodeId getSrc(NodeId Dst) const { return DstToSrc[Dst]; } in getSrc() function in clang::diff::__anone3766bee0111::Mapping