Searched defs:getSource (Results 1 – 14 of 14) sorted by relevance
57 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; } in getSource() function
34 SourceInfo Function::getSource(CodePtr PC) const { in getSource() function in Function
84 SourceInfo getSource(Function *F, CodePtr PC) const override { in getSource() function
74 SourceInfo getSource(Function *F, CodePtr PC) const override { in getSource() function
182 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource() function in InterpFrame
63 inline DataSource * getSource() const { return m_source; } in getSource() function
38 inline DataSource * getSource() { return m_source; } in getSource() function
181 const Action &getSource() const { return Source; } in getSource() function
237 inline BlockT *getSource() { in getSource() function
622 Optional<StringRef> getSource() const { in getSource() function651 Optional<StringRef> DIScope::getSource() const { in getSource() function1627 Optional<StringRef> getSource() const { return getScope()->getSource(); } in getSource() function2528 Optional<StringRef> getSource() const { in getSource() function
677 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() function
770 inline Instruction *MemoryDepChecker::Dependence::getSource( in getSource() function
1135 inline std::string * getSource() { return m_source; } in getSource() function
388 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource() function in CGDebugInfo