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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileOutputBuffer.h 61 StringRef getPath() const { return FinalPath; }
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.h 87 StringRef getPath() const { return ExecutablePath; }
  /src/external/bsd/elftosb/dist/common/
SourceFile.h 57 inline const std::string & getPath() const { return m_path; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DepthFirstIterator.h 210 /// getPath - Return the n'th node in the path from the entry node to the
212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.h 183 StringRef getPath() const { return Path; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 166 StringRef getPath() const { return Path; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 736 StringRef getPath() const { return Path; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
250 const LValuePathEntry *getPath() const {
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
287 const PathElem *getPath() const {
916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength);
955 return {LVal.getPath(), Size};
994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength);
1024 return {MPD->getPath(), MPD->PathLength};
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 693 std::string * getPath() { return m_path; }
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 1503 DwrLineRegs::getPath (int fn)
1507 Dprintf (DEBUG_ERR_MSG, NTXT ("DwrLineRegs::getPath: fn=0x%lld file_names->size()=%lld\n"),
2383 char *filename = lineReg->getPath (dwrLine->file);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 1503 DwrLineRegs::getPath (int fn)
1507 Dprintf (DEBUG_ERR_MSG, NTXT ("DwrLineRegs::getPath: fn=0x%lld file_names->size()=%lld\n"),
2383 char *filename = lineReg->getPath (dwrLine->file);

Completed in 26 milliseconds