Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
H A DVirtualFileSystem.h904 void getPath(llvm::SmallVectorImpl<char> &Path) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp359 const PathType &getPath() const { return Path; } in getPath() function
680 SwitchCondUseBB == TPath.getPath().front() && in isSupported()
682 if (SwitchCondUseBB != TPath.getPath().front()) in isSupported()
686 PathType Path = TPath.getPath(); in isSupported()
746 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
863 PathType NewPath(TPath.getPath()); in createAllExitPaths()
906 PathType PathBBs = Path.getPath(); in createExitPath()
1150 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
H A DGuardWidening.cpp393 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/freebsd-14.2/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
993 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
1032 return {LVal.getPath(), Size}; in setLValueUninit()
1071 return llvm::ArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1101 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp159 IF->setPath(getPath()); in merge()
239 IF->setPath(getPath()); in remove()
307 IF->setPath(getPath()); in extract()
H A DRecordsSlice.cpp307 if (File->getPath().empty()) in createInterfaceFile()
H A DTextStub.cpp1140 Ctx.Path = std::string(File.getPath()); in writeToStream()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h156 StringRef getPath() const { return Path; } in getPath() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h890 StringRef getPath() const { return Path; } in getPath() function
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java933 programDescription = pf.getFile().getPath(); in main()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1454 fatal("failed to write output '" + buffer->getPath() + in writeARMCmseImportLib()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1271 fatal("failed to write output '" + buffer->getPath() + in writeOutputFile()
H A DInputFiles.cpp289 : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {} in InputFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2242 void RedirectingFileSystem::LookupResult::getPath( in getPath() function in RedirectingFileSystem::LookupResult
2563 Result->getPath(Output); in getRealPath()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp790 fatal("failed to write output '" + buffer->getPath() + in run()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp668 fatal("failed to write output '" + buffer->getPath() + in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3509 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2928 PCM = Mod.getPath(); in getOrCreateModuleRef()
2944 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()