Home
last modified time | relevance | path

Searched defs:getPath (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h87 StringRef getPath() const { return ExecutablePath; } in getPath() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.h57 inline const std::string & getPath() const { return m_path; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
250 const LValuePathEntry *getPath() const { in getPath() function
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
287 const PathElem *getPath() const { in getPath() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.h183 StringRef getPath() const { return Path; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h736 StringRef getPath() const { return Path; } in getPath() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.cc1535 DwrLineRegs::getPath (int fn) in getPath() function in DwrLineRegs
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.cc1756 DwrLineRegs::getPath (int fn) in getPath() function in DwrLineRegs
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h693 std::string * getPath() { return m_path; } in getPath() function