| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 157 IF->setPath(getPath()); in merge() 240 IF->setPath(getPath()); in remove() 309 IF->setPath(getPath()); in extract() 375 if (getPath().empty()) in setFromBinaryAttrs()
|
| H A D | TextStub.cpp | 1139 Ctx.Path = std::string(File.getPath()); in writeToStream()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 249 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 1006 return {LVal.getPath(), LVal.PathLength}; in getLValuePath() 1045 return {LVal.getPath(), Size}; in setLValueUninit() 1084 return {MPD.getPath(), MPD.PathLength}; in getMemberPointerPath() 1110 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileOutputBuffer.h | 61 StringRef getPath() const { return FinalPath; } in getPath() function
|
| H A D | VirtualFileSystem.h | 946 LLVM_ABI void getPath(llvm::SmallVectorImpl<char> &Path) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ASTSourceDescriptor.h | 44 StringRef getPath() const { return Path; } in getPath() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Library.h | 35 StringRef getPath() const { return BaseDirectory; } in getPath() function
|
| H A D | HeaderFile.h | 80 StringRef getPath() const { return FullPath; } in getPath() function
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Frontend.cpp | 109 auto FE = FM->getOptionalFileRef(H.getPath()); in addKnownHeader() 152 OS << "\"" << H.getPath() << "\"\n"; in createInputBuffer()
|
| H A D | HeaderFile.cpp | 73 bool Match = Rule.match(Header.getPath()); in match()
|
| H A D | DirectoryScanner.cpp | 81 find_if(Libs, [Path](const Library &L) { return L.getPath() == Path; }); in getOrCreateLibrary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 397 const PathType &getPath() const { return Path; } in getPath() function 831 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() 991 PathType PathBBs = Path.getPath(); in createExitPath() 1235 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
|
| H A D | GuardWidening.cpp | 395 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 216 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 120 StringRef getPath() const { return Path; } in getPath() function
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 933 programDescription = pf.getFile().getPath(); in main()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 1313 fatal("failed to write output '" + buffer->getPath() + in writeOutputFile()
|
| H A D | InputFiles.cpp | 287 : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {} in InputFile()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1538 Err(ctx) << "failed to write output '" << buffer->getPath() in writeARMCmseImportLib()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 2286 void RedirectingFileSystem::LookupResult::getPath( in getPath() function in RedirectingFileSystem::LookupResult 2657 Result->getPath(Output); in getRealPath()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 389 Err(ctx) << "failed to write output '" << buffer->getPath() in run()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 829 Fatal(ctx) << "failed to write output '" << buffer->getPath() in run()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3279 PCM = Mod.getPath(); in getOrCreateModuleRef() 3295 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 3970 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|