HomeSort by: relevance | last modified time | path
    Searched defs:getSource (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Function.cpp 34 SourceInfo Function::getSource(CodePtr PC) const {
InterpFrame.cpp 182 SourceInfo InterpFrame::getSource(CodePtr PC) const {
183 return S.getSource(Func, PC);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
InstructionView.h 57 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; }
  /src/external/bsd/elftosb/dist/common/
DataTarget.h 63 inline DataSource * getSource() const { return m_source; }
Operation.h 38 inline DataSource * getSource() { return m_source; }
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h 180 /// getSource - Return the Action which caused the creation of this job.
181 const Action &getSource() const { return Source; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CFG.h 237 inline BlockT *getSource() {
IntrinsicInst.h 14 // ... MCI->getDest() ... MCI->getSource() ...
677 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
DebugInfoMetadata.h 488 inline Optional<StringRef> getSource() const;
599 getChecksum(), getSource());
622 Optional<StringRef> getSource() const {
651 Optional<StringRef> DIScope::getSource() const {
653 return F->getSource();
1627 Optional<StringRef> getSource() const { return getScope()->getSource(); }
2528 Optional<StringRef> getSource() const {
2530 return F->getSource();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 151 Instruction *getSource(const LoopAccessInfo &LAI) const;
770 inline Instruction *MemoryDepChecker::Dependence::getSource(
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 1135 inline std::string * getSource() { return m_source; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 388 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM,
438 return createFile(FileName, CSInfo, getSource(SM, SM.getFileID(Loc)));
624 getSource(SM, SM.getMainFileID()));

Completed in 45 milliseconds