Searched defs:SM (Results 26 - 50 of 110) sorted by relevance

12345

/freebsd-10.1-release/contrib/llvm/tools/llvm-mc/
H A DDisassembler.cpp51 PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes, SourceMgr &SM, raw_ostream &Out, MCStreamer &Streamer, bool InAtomicBlock) argument
124 ByteArrayFromString(ByteArrayTy &ByteArray, StringRef &Str, SourceMgr &SM) argument
154 disassemble(const Target &T, const std::string &Triple, MCSubtargetInfo &STI, MCStreamer &Streamer, MemoryBuffer &Buffer, SourceMgr &SM, raw_ostream &Out) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h125 InstrItineraryData(const MCSchedModel *SM, const InstrStage *S, argument
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h58 VLIWResourceModel(const TargetMachine &TM, const TargetSchedModel *SM) : argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h61 Commit(const SourceManager &SM, const LangOptions &LangOpts, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h215 void setSourceManager(SourceManager &SM) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h152 explicit Rewriter(SourceManager &SM, const LangOptions &LO) argument
156 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp93 SourceManager &SM = Ctx.getSourceManager(); local
H A DTransProtectedScope.cpp97 SourceManager &SM; member in class:__anon3084::ProtectedScopeFixer
H A DTransUnbridgedCasts.cpp255 SourceManager &SM = Pass.Ctx.getSourceManager(); local
282 SourceManager &SM = Pass.Ctx.getSourceManager(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp166 static bool onlyWhitespaceBetween(SourceManager &SM, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp229 const SourceManager &SM = SourceMgr; local
260 const SourceManager &SM = SourceMgr; local
299 const SourceManager &SM = SourceMgr; local
[all...]
H A DEditedSource.cpp269 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, argument
306 applyRewrite(EditsReceiver &receiver, StringRef text, FileOffset offs, unsigned len, const SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp441 SourceManager &SM = PP.getSourceManager(); local
515 const SourceManager& SM = CI.getSourceManager(); local
H A DDiagnosticRenderer.cpp42 getImmediateMacroName(SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) argument
92 mergeFixits(ArrayRef<FixItHint> FixItHints, const SourceManager &SM, const LangOptions &LangOpts, SmallVectorImpl<FixItHint> &MergedFixits) argument
123 emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> FixItHints, const SourceManager *SM, DiagOrStoredDiag D) argument
204 emitIncludeStack(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, const SourceManager &SM) argument
229 emitIncludeStackRecursively(SourceLocation Loc, const SourceManager &SM) argument
258 emitImportStack(SourceLocation Loc, const SourceManager &SM) argument
272 emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName, const SourceManager &SM) argument
294 emitModuleBuildStack(const SourceManager &SM) argument
317 mapDiagnosticRanges( SourceLocation CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges, const SourceManager *SM) argument
381 emitCaret(SourceLocation Loc, DiagnosticsEngine::Level Level, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints, const SourceManager &SM) argument
403 emitMacroExpansions(SourceLocation Loc, DiagnosticsEngine::Level Level, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints, const SourceManager &SM, unsigned &MacroDepth, unsigned OnMacroInst) argument
471 emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc, const SourceManager &SM) argument
482 emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
495 emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp34 SourceManager &SM = R.getSourceMgr(); local
360 const SourceManager &SM = PP.getSourceManager(); local
448 const SourceManager &SM = PP.getSourceManager(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp49 SourceManager &SM = Ctx.getSourceManager(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp53 SourceManager &SM = Rewrite.getSourceMgr(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h179 const SourceManager &SM; member in class:clang::StringLiteralParser
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp41 PreprocessingRecord::PreprocessingRecord(SourceManager &SM) argument
174 const SourceManager &SM; member in struct:__anon3306::PPEntityComp
176 explicit PPEntityComp(const SourceManager &SM) : SM(SM) { } argument
66 isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, SourceManager &SM) argument
[all...]
H A DTokenLexer.cpp46 SourceManager &SM = PP.getSourceManager(); local
434 SourceManager &SM = PP.getSourceManager(); local
619 SourceManager &SM = PP.getSourceManager(); local
657 SourceManager &SM = PP.getSourceManager(); local
725 SourceManager &SM = PP.getSourceManager(); local
743 updateConsecutiveMacroArgTokens(SourceManager &SM, SourceLocation InstLoc, Token *&begin_tokens, Token * end_tokens) argument
809 SourceManager &SM = PP.getSourceManager(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp41 SourceManager &SM; ///< Used to read and manage source files. member in class:__anon3325::InclusionRewriter
521 SourceManager &SM = PP.getSourceManager(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp93 static unsigned GetFID(const FIDMap& FIDs, const SourceManager &SM, argument
106 static void EmitLocation(raw_ostream &o, const SourceManager &SM, argument
83 AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, const SourceManager* SM, SourceLocation L) argument
127 EmitLocation(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, const PathDiagnosticLocation &L, const FIDMap& FM, unsigned indent, bool extend = false) argument
134 EmitRange(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, PathDiagnosticRange R, const FIDMap &FM, unsigned indent) argument
161 ReportControlFlow(raw_ostream &o, const PathDiagnosticControlFlowPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent) argument
212 ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent = false) argument
280 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
315 ReportMacro(raw_ostream &o, const PathDiagnosticMacroPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
328 ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts) argument
334 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent) argument
370 const SourceManager* SM = 0; local
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp144 const ScopeMatcher *SM = cast<ScopeMatcher>(N); local
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dmips-opc.c40 #define SM INSN_STORE_MEMORY macro
[all...]
/freebsd-10.1-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h135 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) : argument

Completed in 313 milliseconds

12345