Searched defs:SM (Results 101 - 125 of 219) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp36 YAMLParseError::YAMLParseError(StringRef Msg, SourceMgr &SM, argument
54 SourceMgr SM; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp159 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp25 RegisterFile::RegisterFile(const MCSchedModel &SM, const MCRegisterInfo &mri, argument
33 void RegisterFile::initialize(const MCSchedModel &SM, unsigned NumRegs) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp46 const MCSchedModel &SM = STI.getSchedModel(); local
H A DBottleneckAnalysis.h95 const MCSchedModel &SM; member in class:llvm::mca::PressureTracker
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp268 SourceMgr SM; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp182 LaneBitmask SM = TRI.getSubRegIndexLaneMask(SI.getSubRegIndex()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp54 PreprocessingRecord::PreprocessingRecord(SourceManager &SM) : SourceMgr(SM) {} argument
182 const SourceManager &SM; member in struct:__anon659::PPEntityComp
184 explicit PPEntityComp(const SourceManager &SM) : SM(SM) {} argument
77 isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, SourceManager &SM) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h206 const SourceManager &SM; member in class:clang::StringLiteralParser
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp254 SourceManager &SM = Pass.Ctx.getSourceManager(); local
281 SourceManager &SM = Pass.Ctx.getSourceManager(); local
H A DTransforms.cpp132 SourceManager &SM = Ctx.getSourceManager(); local
538 const SourceManager &SM = pass.Ctx.getSourceManager(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp196 AtomicChange::AtomicChange(const SourceManager &SM, argument
252 llvm::Error AtomicChange::replace(const SourceManager &SM, argument
258 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, argument
263 llvm::Error AtomicChange::insert(const SourceManager &SM, SourceLocation Loc, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp43 bool IsValidEditLoc(const clang::SourceManager& SM, clang::SourceLocation Loc) { argument
71 const SourceManager &SM = Context.getSourceManager(); local
516 const SourceManager &SM = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp237 const SourceManager &SM = Env.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp249 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { argument
59 mergeFixits(ArrayRef<FixItHint> FixItHints, const SourceManager &SM, const LangOptions &LangOpts, SmallVectorImpl<FixItHint> &MergedFixits) argument
261 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, FileID CaretFileID, const SmallVectorImpl<FileID> &CommonArgExpansions, bool IsBegin, const SourceManager *SM, bool &IsTokenRange) argument
316 getMacroArgExpansionFileIDs(SourceLocation Loc, SmallVectorImpl<FileID> &IDs, bool IsBegin, const SourceManager *SM) argument
332 computeCommonMacroArgExpansionFileIDs( SourceLocation Begin, SourceLocation End, const SourceManager *SM, SmallVectorImpl<FileID> &CommonArgExpansions) argument
361 const SourceManager *SM = &CaretLoc.getManager(); local
455 checkLocForMacroArgExpansion(SourceLocation Loc, const SourceManager &SM, SourceLocation ArgumentLoc) argument
468 checkRangeForMacroArgExpansion(CharSourceRange Range, const SourceManager &SM, SourceLocation ArgumentLoc) argument
530 const SourceManager &SM = Loc.getManager(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp138 static SourceLocation getTopMostMacro(SourceLocation Loc, SourceManager &SM) { argument
158 SourceManager &SM = PP.getSourceManager(); local
H A DCloneDetection.cpp161 const SourceManager &SM = S.getASTContext().getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h419 LSUnit(const MCSchedModel &SM) argument
421 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) argument
423 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp722 auto SM = Context.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp148 static unsigned int adjustColumnPos(const SourceManager &SM, SourceLocation Loc, argument
174 createTextRegion(const LangOptions &LO, SourceRange R, const SourceManager &SM) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp45 SourceManager &SM = PP.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp40 SourceManager &SM; ///< Used to read and manage source files. member in class:__anon521::InclusionRewriter
540 SourceManager &SM = PP.getSourceManager(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h262 const SourceMgr *SM = nullptr; member in class:llvm::SMDiagnostic
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp288 const ScopeMatcher *SM = cast<ScopeMatcher>(N); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp68 bool commentsStartOnSameColumn(const SourceManager &SM, const RawComment &R1, argument
224 static bool onlyWhitespaceBetween(SourceManager &SM, argument

Completed in 257 milliseconds

123456789