Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp160 IF->setPath(getPath()); in merge()
240 IF->setPath(getPath()); in remove()
308 IF->setPath(getPath()); in extract()
373 if (getPath().empty()) in setFromBinaryAttrs()
H A DTextStub.cpp1140 Ctx.Path = std::string(File.getPath()); in writeToStream()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp373 const PathType &getPath() const { return Path; } in getPath() function
723 SwitchCondUseBB == TPath.getPath().front() && in isSupported()
725 if (SwitchCondUseBB != TPath.getPath().front()) in isSupported()
729 PathType Path = TPath.getPath(); in isSupported()
790 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
908 PathType NewPath(TPath.getPath()); in createAllExitPaths()
951 PathType PathBBs = Path.getPath(); in createExitPath()
1195 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
H A DGuardWidening.cpp396 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/freebsd/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
997 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
1036 return {LVal.getPath(), Size}; in setLValueUninit()
1075 return llvm::ArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1105 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
H A DVirtualFileSystem.h928 void getPath(llvm::SmallVectorImpl<char> &Path) const;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h44 StringRef getPath() const { return Path; } in getPath() function
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h35 StringRef getPath() const { return BaseDirectory; } in getPath() function
H A DHeaderFile.h80 StringRef getPath() const { return FullPath; } in getPath() function
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp110 auto FE = FM->getFile(H.getPath()); in addKnownHeader()
153 OS << "\"" << H.getPath() << "\"\n"; in createInputBuffer()
H A DHeaderFile.cpp73 bool Match = Rule.match(Header.getPath()); in match()
H A DDirectoryScanner.cpp82 find_if(Libs, [Path](const Library &L) { return L.getPath() == Path; }); in getOrCreateLibrary()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h119 StringRef getPath() const { return Path; } in getPath() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java933 programDescription = pf.getFile().getPath(); in main()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1284 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/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1531 fatal("failed to write output '" + buffer->getPath() + in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2273 void RedirectingFileSystem::LookupResult::getPath( in getPath() function in RedirectingFileSystem::LookupResult
2644 Result->getPath(Output); in getRealPath()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp790 fatal("failed to write output '" + buffer->getPath() + in run()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp373 fatal("failed to write output '" + buffer->getPath() + in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3054 PCM = Mod.getPath(); in getOrCreateModuleRef()
3070 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3818 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()