Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp106 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits); in emitDiagnostic()
168 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
182 emitModuleBuildStack(Loc.getManager()); in emitIncludeStack()
191 emitModuleBuildStack(Loc.getManager()); in emitIncludeStackRecursively()
211 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
220 emitModuleBuildStack(Loc.getManager()); in emitImportStack()
360 const SourceManager *SM = &CaretLoc.getManager(); in mapDiagnosticRanges()
448 Loc, Loc.getManager(), LangOpts); in emitSingleMacroExpansion()
512 if (!checkRangeForMacroArgExpansion(Range, Loc.getManager(), ArgumentLoc)) in checkRangesForMacroArgExpansion()
534 const SourceManager &SM = Loc.getManager(); in emitMacroExpansions()
H A DTextDiagnostic.cpp791 emitFilename(FE->getName(), Loc.getManager()); in emitDiagnosticLoc()
805 emitFilename(PLoc.getFilename(), Loc.getManager()); in emitDiagnosticLoc()
847 const SourceManager &SM = Loc.getManager(); in emitDiagnosticLoc()
886 emitFilename(PLoc.getFilename(), Loc.getManager()); in emitIncludeLocation()
1306 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 DSyntheticCountsPropagation.cpp94 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DAlwaysInliner.cpp168 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DModuleInliner.cpp121 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
H A DLoopExtractor.cpp262 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp135 Piece->getLocation().asRange(), Piece->getLocation().getManager(), LO); in createThreadFlows()
174 Diag->getLocation().asRange(), Diag->getLocation().getManager(), LO); in createResult()
H A DBugSuppression.cpp185 const SourceManager &SM = Location.getManager(); in isSuppressed()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h64 &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 DPGOCtxProfLowering.cpp205 auto &FAM = MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in lowerFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp79 AM.getCachedResult<FunctionAnalysisManagerCGSCCProxy>(*C)->getManager(); in run()
139 AM.getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager(); in run()
146 AM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M)->getManager(); in run()
513 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager(); in run()
842 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.h123 LoopAnalysisManager &getManager() { return *InnerAM; } in getManager() function
H A DCGSCCPassManager.h179 CGSCCAnalysisManager &getManager() { return *InnerAM; }
387 FunctionAnalysisManager &getManager() {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp107 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp113 .getManager(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp124 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp153 const SourceManager &SMgr = D->path.front()->getLocation().getManager(); in HandlePathDiagnostic()
281 const SourceManager &SM = XL.getManager(); in comparePiece()
333 const SourceManager &SM = XL.getManager(); in compareCrossTUSourceLocs()
378 const SourceManager &SM = XL.getManager(); in compare()
741 return PathDiagnosticLocation(L, L.getManager(), SingleLocK); in createSingleLocation()
H A DIssueHash.cpp195 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.cpp204 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h155 FunctionAnalysisManager &getManager() { return *FAM; } in getManager() function

1234