Searched defs:getPath (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h63 StringRef getPath() const { function in class:llvm::FileOutputBuffer
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h192 NodeType *getPath(unsigned n) const { function in class:llvm::df_iterator
/freebsd-10.0-release/contrib/llvm/include/llvm/Bitcode/
H A DArchive.h69 const sys::Path& getPath() const { return path; } function in class:llvm::ArchiveMember
324 const sys::Path& getPath() { return archPath; } function in class:llvm::Archive
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathProfileInfo.cpp252 ProfilePath* PathProfileInfo::getPath(unsigned int number) { function in class:PathProfileInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h616 inline error_code LibraryRef::getPath(StringRef &Result) const { function in class:llvm::object::LibraryRef
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } function in struct:APValue::LV
64 const LValuePathEntry *getPath() const { function in struct:APValue::LV
100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } function in struct:APValue::MemberPointerData
101 const PathElem *getPath() const { function in struct:APValue::MemberPointerData

Completed in 480 milliseconds