Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionView.h57 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; } in getSource() function
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/bsd/elftosb/dist/common/
H A DDataTarget.h63 inline DataSource * getSource() const { return m_source; } in getSource() function
H A DOperation.h38 inline DataSource * getSource() { return m_source; } in getSource() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h181 const Action &getSource() const { return Source; } in getSource() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h237 inline BlockT *getSource() { in getSource() function
H A DDebugInfoMetadata.h622 Optional<StringRef> getSource() const { in getSource() function
651 Optional<StringRef> DIScope::getSource() const { in getSource() function
1627 Optional<StringRef> getSource() const { return getScope()->getSource(); } in getSource() function
2528 Optional<StringRef> getSource() const { in getSource() function
H A DIntrinsicInst.h677 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h770 inline Instruction *MemoryDepChecker::Dependence::getSource( in getSource() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1135 inline std::string * getSource() { return m_source; } in getSource() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp388 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource() function in CGDebugInfo