Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp104 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits); in emitDiagnostic()
166 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
180 emitModuleBuildStack(Loc.getManager()); in emitIncludeStack()
189 emitModuleBuildStack(Loc.getManager()); in emitIncludeStackRecursively()
209 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
218 emitModuleBuildStack(Loc.getManager()); in emitImportStack()
356 const SourceManager *SM = &CaretLoc.getManager(); in mapDiagnosticRanges()
444 Loc, Loc.getManager(), LangOpts); in emitSingleMacroExpansion()
469 const SourceManager &SM = Loc.getManager(); in rangesInsideSameMacroArgExpansion()
509 const SourceManager &SM = Loc.getManager(); in emitMacroExpansions()
H A DSARIFDiagnostic.cpp74 emitFilename(FE->getName(), Loc.getManager()); in addLocationToResult()
88 auto &SM = Loc.getManager(); in addLocationToResult()
120 auto &SM = Loc.getManager(); in addLocationToResult()
H A DTextDiagnostic.cpp789 emitFilename(FE->getName(), Loc.getManager()); in emitDiagnosticLoc()
803 emitFilename(PLoc.getFilename(), Loc.getManager()); in emitDiagnosticLoc()
845 const SourceManager &SM = Loc.getManager(); in emitDiagnosticLoc()
884 emitFilename(PLoc.getFilename(), Loc.getManager()); in emitIncludeLocation()
1303 const SourceManager &SM = Loc.getManager(); in emitSnippetAndCaret()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp41 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DAlwaysInliner.cpp171 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DModuleInliner.cpp131 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp133 Piece->getLocation().asRange(), Piece->getLocation().getManager(), LO); in createThreadFlows()
172 Diag->getLocation().asRange(), Diag->getLocation().getManager(), LO); in createResult()
H A DBugSuppression.cpp213 const SourceManager &SM = Location.getManager(); in isSuppressed()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h65 &AM.getResult<FunctionAnalysisManagerCGSCCProxy>(SCC, LCG).getManager(); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp39 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DCGProfile.cpp99 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DPGOCtxProfFlattening.cpp178 .getManager()) && in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp84 AM.getCachedResult<FunctionAnalysisManagerCGSCCProxy>(*C)->getManager(); in run()
146 AM.getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager(); in run()
153 AM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M)->getManager(); in run()
520 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager(); in run()
847 FAM = &FAMProxy->getManager(); in incorporateNewSCCRange()
H A DCallPrinter.cpp259 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
274 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h125 LoopAnalysisManager &getManager() { return *InnerAM; } in getManager() function
H A DCGSCCPassManager.h180 CGSCCAnalysisManager &getManager() { return *InnerAM; }
388 FunctionAnalysisManager &getManager() {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp110 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp116 .getManager(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp126 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DCoroAnnotationElide.cpp116 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager(); in run()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp148 const SourceManager &SMgr = D->path.front()->getLocation().getManager(); in HandlePathDiagnostic()
276 const SourceManager &SM = XL.getManager(); in comparePiece()
328 const SourceManager &SM = XL.getManager(); in compareCrossTUSourceLocs()
373 const SourceManager &SM = XL.getManager(); in compare()
736 return PathDiagnosticLocation(L, L.getManager(), SingleLocK); in createSingleLocation()
H A DIssueHash.cpp191 NormalizeLine(IssueLoc.getManager(), IssueLoc, LangOpts) + in getIssueString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp229 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DRelLookupTableConverter.cpp225 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h153 FunctionAnalysisManager &getManager() { return *FAM; } in getManager() function

1234