Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DInstructionView.h52 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; } in getSource() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DFunction.cpp34 SourceInfo Function::getSource(CodePtr PC) const { in getSource() function in Function
H A DInterpState.h84 SourceInfo getSource(Function *F, CodePtr PC) const override { in getSource() function
H A DEvalEmitter.h74 SourceInfo getSource(Function *F, CodePtr PC) const override { in getSource() function
H A DInterpFrame.cpp182 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource() function in InterpFrame
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h182 const Action &getSource() const { return Source; } in getSource() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DCFG.h236 inline BlockT *getSource() { in getSource() function
H A DDebugInfoMetadata.h618 Optional<StringRef> getSource() const { in getSource() function
647 Optional<StringRef> DIScope::getSource() const { in getSource() function
1622 Optional<StringRef> getSource() const { return getScope()->getSource(); } in getSource() function
2532 Optional<StringRef> getSource() const { in getSource() function
H A DIntrinsicInst.h804 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h826 inline Instruction *MemoryDepChecker::Dependence::getSource( in getSource() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp364 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource() function in CGDebugInfo