Searched refs:getPath (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h63 StringRef getPath() const { function in class:llvm::FileOutputBuffer
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.h70 std::string getPath();
H A DDebugIR.cpp519 std::string DebugIR::getPath() { function in class:llvm::DebugIR
532 std::string Path = getPath();
602 Path = getPath();
/freebsd-9.3-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
570 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
599 memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry));
617 return ArrayRef<const CXXRecordDecl*>(MPD.getPath(), MPD.PathLength);
641 memcpy(MPD->getPath(), Path.data(), Path.size()*sizeof(const CXXRecordDecl*));
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h255 error_code getPath(StringRef &Result) const;
606 inline error_code LibraryRef::getPath(StringRef &Result) const { function in class:llvm::object::SymbolRef::LibraryRef
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h190 /// getPath - Return the n'th node in the path from the entry node to the
192 NodeType *getPath(unsigned n) const { function in class:llvm::df_iterator
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java933 programDescription = pf.getFile().getPath();
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp665 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
H A DMachineVerifier.cpp1667 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);

Completed in 207 milliseconds