Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp108 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits); in emitDiagnostic()
170 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
184 emitModuleBuildStack(Loc.getManager()); in emitIncludeStack()
193 emitModuleBuildStack(Loc.getManager()); in emitIncludeStackRecursively()
213 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
222 emitModuleBuildStack(Loc.getManager()); in emitImportStack()
362 const SourceManager *SM = &CaretLoc.getManager(); in mapDiagnosticRanges()
443 Loc, Loc.getManager(), LangOpts); in emitSingleMacroExpansion()
509 if (!checkRangeForMacroArgExpansion(Range, Loc.getManager(), ArgumentLoc)) in checkRangesForMacroArgExpansion()
531 const SourceManager &SM = Loc.getManager(); in emitMacroExpansions()
H A DTextDiagnostic.cpp795 emitFilename(FE->getName(), Loc.getManager()); in emitDiagnosticLoc()
811 emitFilename(PLoc.getFilename(), Loc.getManager()); in emitDiagnosticLoc()
855 auto &SM = Loc.getManager(); in emitDiagnosticLoc()
1141 const SourceManager &SM = Loc.getManager(); in emitSnippetAndCaret()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h179 CGSCCAnalysisManager &getManager() { return *InnerAM; }
345 AM.getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager();
540 FunctionAnalysisManager &getManager() { return *FAM; }
612 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager();
H A DLoopAnalysisManager.h120 LoopAnalysisManager &getManager() { return *InnerAM; } in getManager() function
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSCCP.cpp13 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DInliner.cpp873 AM.getResult<ModuleAnalysisManagerCGSCCProxy>(InitialC, CG).getManager(); in run()
915 .getManager(); in run()
993 .getManager(); in run()
1207 .getManager(); in run()
H A DSyntheticCountsPropagation.cpp101 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DHotColdSplitting.cpp603 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DThinLTOBitcodeWriter.cpp514 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DSampleProfile.cpp1634 .getManager(); in runOnFunction()
1649 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp221 auto &MAM = AM.getResult<ModuleAnalysisManagerCGSCCProxy>(C, CG).getManager(); in run()
232 return Result(FAMProxy->getManager()); in run()
321 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, G).getManager(); in updateNewSCCFunctionAnalyses()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp30 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DIndirectCallPromotion.cpp406 AM->getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in promoteIndirectCalls()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp211 const SourceManager &SMgr = Pieces.front()->getLocation().getManager(); in createThreadFlow()
241 const SourceManager &SMgr = Path.front()->getLocation().getManager(); in createResult()
H A DPathDiagnostic.cpp179 const SourceManager &SMgr = LastP->getLocation().getManager(); in resetDiagnosticLocationToMainFile()
230 const SourceManager &SMgr = D->path.front()->getLocation().getManager(); in HandlePathDiagnostic()
357 const SourceManager &SM = XL.getManager(); in comparePiece()
405 const SourceManager &SM = XL.getManager(); in compareCrossTUSourceLocs()
443 const SourceManager &SM = XL.getManager(); in compare()
867 return PathDiagnosticLocation(L, L.getManager(), SingleLocK); in createSingleLocation()
H A DCallEvent.cpp185 LCtx->getAnalysisDeclContext()->getManager()->getContext(D); in getCalleeAnalysisDeclContext()
221 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, Idx); in getCalleeStackFrame()
540 getManager()->getContext(FD); in getRuntimeDefinition()
H A DHTMLDiagnostics.cpp183 const SourceManager &SMgr = path.front()->getLocation().getManager(); in ReportDiag()
661 assert(&Pos.getManager() == &SM && "SourceManagers are different!"); in HandlePiece()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPassManager.h1073 AnalysisManagerT &getManager() { return *InnerAM; } in getManager() function
1163 const AnalysisManagerT &getManager() const { return *AM; } in getManager() function
1285 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h315 AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager();
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1230 AM.getResult<FunctionAnalysisManagerLoopProxy>(L, AR).getManager(); in run()
1349 LAM = &LAMProxy->getManager(); in run()
1352 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
H A DLoopUnrollAndJamPass.cpp498 AM.getResult<FunctionAnalysisManagerLoopProxy>(L, AR).getManager(); in run()
H A DLoopLoadElimination.cpp672 auto &LAM = AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager(); in run()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp66 TokLoc.getManager(), Features); in MakeCharSourceRange()
69 TokLoc.getManager(), Features); in MakeCharSourceRange()
84 TokLoc.getManager(), Features); in Diag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h357 const SourceManager &getManager() const { in getManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h109 AnalysisDeclContextManager *getManager() const { in getManager() function

12