Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
64 const LValuePathEntry *getPath() const { in getPath() function
100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
101 const PathElem *getPath() const { in getPath() function
576 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
605 memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry)); in setLValue()
626 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
650 memcpy(MPD->getPath(), Path.data(), Path.size()*sizeof(const CXXRecordDecl*)); in MakeMemberPointer()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileOutputBuffer.h60 StringRef getPath() const { in getPath() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h193 NodeType *getPath(unsigned n) const { in getPath() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp719 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
H A DMachineVerifier.cpp1732 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()