Searched refs:getPath (Results 1 – 5 of 5) sorted by relevance
63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function64 const LValuePathEntry *getPath() const { in getPath() function100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function101 const PathElem *getPath() const { in getPath() function576 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()
60 StringRef getPath() const { in getPath() function
193 NodeType *getPath(unsigned n) const { in getPath() function
719 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
1732 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()