Home
last modified time | relevance | path

Searched defs:getSource (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h105 const Action &getSource() const { return Source; } in getSource() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCFG.h235 inline BlockT *getSource() { in getSource() function
H A DIntrinsicInst.h341 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h773 inline Instruction *MemoryDepChecker::Dependence::getSource( in getSource() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp390 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource() function in CGDebugInfo