| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SignalHandlerCheck.cpp | 372 : findCallExpr(Itr.getPath(PathL - 2), *Itr); in check() 429 const CallGraphNode *Caller = Itr.getPath(CallLevel + 1), *Callee = nullptr; in reportHandlerChain() 432 Caller = Itr.getPath(CallLevel); in reportHandlerChain()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileOutputBuffer.h | 61 StringRef getPath() const { return FinalPath; } in getPath() function
|
| /llvm-project-15.0.7/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 987 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath() 1026 return {LVal.getPath(), Size}; in setLValueUninit() 1065 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath() 1095 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 400 const PathType &getPath() const { return Path; } in getPath() function 720 SwitchCondUseBB == TPath.getPath().front() && in isSupported() 722 if (SwitchCondUseBB != TPath.getPath().front()) in isSupported() 726 PathType Path = TPath.getPath(); in isSupported() 782 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() 897 PathType NewPath(TPath.getPath()); in createAllExitPaths() 940 PathType PathBBs = Path.getPath(); in createExitPath() 1182 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
|
| H A D | GuardWidening.cpp | 346 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
|
| /llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | 550 OS << "< " << std::string(IFLHS->getPath().data()) << "\n> " in compareFiles() 551 << std::string(IFRHS->getPath().data()) << "\n\n"; in compareFiles()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 213 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
|
| /llvm-project-15.0.7/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 162 StringRef getPath() const { return Path; }
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Module.h | 815 StringRef getPath() const { return Path; } in getPath() function
|
| /llvm-project-15.0.7/llvm/unittests/TextAPI/ |
| H A D | TextStubV3Tests.cpp | 888 EXPECT_FALSE(FileA.getPath() == FileB.getPath()); in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 350 StringRef getPath() const { return Path; } in getPath() function
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 1135 Ctx.Path = std::string(File.getPath()); in writeToStream()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 1308 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
|
| H A D | MachineVerifier.cpp | 3285 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.cpp | 252 : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {} in InputFile()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2770 PCM = Mod.getPath(); in getOrCreateModuleRef() 2785 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()
|