Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
250 const LValuePathEntry *getPath() const { in getPath() function
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
287 const PathElem *getPath() const { in getPath() function
916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
955 return {LVal.getPath(), Size}; in setLValueUninit()
994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1024 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp397 const PathType &getPath() const { return Path; } in getPath() function
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
834 PathType NewPath(TPath.getPath()); in createAllExitPaths()
877 PathType PathBBs = Path.getPath(); in createExitPath()
1109 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
H A DGuardWidening.cpp343 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp551 OS << "< " << std::string(IFLHS->getPath().data()) << "\n> " in compareFiles()
552 << std::string(IFRHS->getPath().data()) << "\n\n"; in compareFiles()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h166 StringRef getPath() const { return Path; }
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h736 StringRef getPath() const { return Path; } in getPath() function
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java933 programDescription = pf.getFile().getPath(); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1176 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
H A DMachineVerifier.cpp3161 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1136 Ctx.Path = std::string(File.getPath()); in writeToStream()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp228 : id(idCount++), fileKind(kind), name(saver.save(interface.getPath())) {} in InputFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2643 PCM = Mod.getPath(); in getOrCreateModuleRef()
2658 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()