Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp372 : 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 DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/llvm-project-15.0.7/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
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 DDFAJumpThreading.cpp400 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 DGuardWidening.cpp346 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp550 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 DDepthFirstIterator.h213 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h162 StringRef getPath() const { return Path; }
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h815 StringRef getPath() const { return Path; } in getPath() function
/llvm-project-15.0.7/llvm/unittests/TextAPI/
H A DTextStubV3Tests.cpp888 EXPECT_FALSE(FileA.getPath() == FileB.getPath()); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h350 StringRef getPath() const { return Path; } in getPath() function
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp1135 Ctx.Path = std::string(File.getPath()); in writeToStream()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1308 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
H A DMachineVerifier.cpp3285 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp252 : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {} in InputFile()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2770 PCM = Mod.getPath(); in getOrCreateModuleRef()
2785 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()