Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp105 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
106 const LValuePathEntry *getPath() const { in getPath() function
142 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
143 const PathElem *getPath() const { in getPath() function
646 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
684 memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry)); in setLValue()
706 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
730 memcpy(MPD->getPath(), Path.data(), Path.size()*sizeof(const CXXRecordDecl*)); in MakeMemberPointer()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h65 StringRef getPath() const { return FinalPath; } in getPath() function
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h211 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h189 StringRef getPath() const { return Path; } in getPath() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp358 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateGuardViaWidening()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java933 programDescription = pf.getFile().getPath(); in main()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1058 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
H A DMachineVerifier.cpp2374 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2303 DIB.createFile(Mod.getModuleName(), Mod.getPath()), in getOrCreateModuleRef()
2316 Mod.getPath(), CGM.getHeaderSearchOpts().Sysroot); in getOrCreateModuleRef()