Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp107 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits); in emitDiagnostic()
169 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
183 emitModuleBuildStack(Loc.getManager()); in emitIncludeStack()
192 emitModuleBuildStack(Loc.getManager()); in emitIncludeStackRecursively()
212 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
221 emitModuleBuildStack(Loc.getManager()); in emitImportStack()
361 const SourceManager *SM = &CaretLoc.getManager(); in mapDiagnosticRanges()
449 Loc, Loc.getManager(), LangOpts); in emitSingleMacroExpansion()
515 if (!checkRangeForMacroArgExpansion(Range, Loc.getManager(), ArgumentLoc)) in checkRangesForMacroArgExpansion()
537 const SourceManager &SM = Loc.getManager(); in emitMacroExpansions()
H A DTextDiagnostic.cpp803 emitFilename(FE->getName(), Loc.getManager()); in emitDiagnosticLoc()
817 emitFilename(PLoc.getFilename(), Loc.getManager()); in emitDiagnosticLoc()
864 auto &SM = Loc.getManager(); in emitDiagnosticLoc()
1150 const SourceManager &SM = Loc.getManager(); in emitSnippetAndCaret()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp26 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
111 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DInferFunctionAttrs.cpp45 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DSyntheticCountsPropagation.cpp100 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DAlwaysInliner.cpp40 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DLoopExtractor.cpp267 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h73 &AM.getResult<FunctionAnalysisManagerCGSCCProxy>(SCC, LCG).getManager(); in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp78 AM.getCachedResult<FunctionAnalysisManagerCGSCCProxy>(*C)->getManager(); in run()
149 AM.getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager(); in run()
156 AM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M)->getManager(); in run()
527 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager(); in run()
857 FAM = &FAMProxy->getManager(); in incorporateNewSCCRange()
H A DMLInlineAdvisor.cpp77 M, MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager()), in MLInlineAdvisor()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h179 CGSCCAnalysisManager &getManager() { return *InnerAM; }
402 FunctionAnalysisManager &getManager() {
H A DLoopAnalysisManager.h121 LoopAnalysisManager &getManager() { return *InnerAM; } in getManager() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp97 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp185 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DCallGraphUpdater.cpp64 .getManager(); in finalize()
H A DRelLookupTableConverter.cpp204 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp142 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DIndirectCallPromotion.cpp409 AM->getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in promoteIndirectCalls()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp156 const SourceManager &SMgr = D->path.front()->getLocation().getManager(); in HandlePathDiagnostic()
283 const SourceManager &SM = XL.getManager(); in comparePiece()
336 const SourceManager &SM = XL.getManager(); in compareCrossTUSourceLocs()
378 const SourceManager &SM = XL.getManager(); in compare()
739 return PathDiagnosticLocation(L, L.getManager(), SingleLocK); in createSingleLocation()
H A DIssueHash.cpp194 NormalizeLine(IssueLoc.getManager(), IssueLoc, LangOpts) + in getIssueString()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp259 const SourceManager &SMgr = Pieces.front()->getLocation().getManager(); in createThreadFlow()
286 const SourceManager &SMgr = Path.front()->getLocation().getManager(); in createResult()
H A DCallEvent.cpp177 LCtx->getAnalysisDeclContext()->getManager()->getContext(D); in getCalleeAnalysisDeclContext()
209 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame()
589 getManager()->getContext(FD); in getRuntimeDefinition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp222 LoopAnalysisManager &LAM = LAMFP.getManager(); in run()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h108 AnalysisDeclContextManager *getManager() const { return ADCMgr; } in getManager() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp66 TokLoc.getManager(), Features); in MakeCharSourceRange()
69 TokLoc.getManager(), Features); in MakeCharSourceRange()
84 TokLoc.getManager(), Features); in Diag()

123