/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Visitor.h | 32 SourceManager &SrcMgr, Preprocessor &PP) in InstallAPIVisitor() 80 SourceManager &SrcMgr; variable
|
H A D | DylibVerifier.h | 36 clang::SourceManager *SrcMgr; member
|
/llvm-project/llvm/lib/MCA/ |
H A D | Context.cpp | 32 Context::createDefaultPipeline(const PipelineOptions &Opts, SourceMgr &SrcMgr, in createDefaultPipeline() 73 Context::createInOrderPipeline(const PipelineOptions &Opts, SourceMgr &SrcMgr, in createInOrderPipeline()
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | CustomBehaviour.h | 69 const mca::SourceMgr &SrcMgr; variable 73 CustomBehaviour(const MCSubtargetInfo &STI, const mca::SourceMgr &SrcMgr, in CustomBehaviour()
|
/llvm-project/llvm/unittests/TableGen/ |
H A D | ParserEntryPointTest.cpp | 28 SourceMgr SrcMgr; in TEST() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | NoLintDirectiveHandler.cpp | 261 const SourceManager &SrcMgr = Diag.getSourceManager(); in diagHasNoLintInMacro() local 307 static std::optional<StringRef> getBuffer(const SourceManager &SrcMgr, in getBuffer() 318 StringRef DiagName, SourceLocation DiagLoc, const SourceManager &SrcMgr, in diagHasNoLint() 363 static tooling::Diagnostic makeNoLintError(const SourceManager &SrcMgr, in makeNoLintError() 382 const SourceManager &SrcMgr, StringRef FileName, FileID File, in generateCache()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 188 getLocCookie(const SMDiagnostic & SMD,const SourceMgr & SrcMgr,std::vector<const MDNode * > & LocInfos) getLocCookie() argument 220 __anonfdb383ee0202(const SMDiagnostic &SMD, bool IsInlineAsm, const SourceMgr &SrcMgr, std::vector<const MDNode *> &LocInfos) doInitialization() argument 246 __anonfdb383ee0302(const SMDiagnostic &SMD, bool IsInlineAsm, const SourceMgr &SrcMgr, std::vector<const MDNode *> &LocInfos) run() argument
|
/llvm-project/libc/utils/HdrGen/ |
H A D | Command.h |
|
H A D | Generator.cpp |
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceMgrAdapter.h | 32 SourceManager &SrcMgr; variable
|
/llvm-project/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 106 SourceMgr SrcMgr; initializeRecordStreamer() local 127 __anon4999edad0202(const SMDiagnostic &SMD, bool IsInlineAsm, const SourceMgr &SrcMgr, std::vector<const MDNode *> &LocInfos) initializeRecordStreamer() argument
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | SwapIfBranches.cpp | 65 auto &SrcMgr = Inputs.AST->getSourceManager(); in apply() local
|
H A D | ExpandDeducedType.cpp | 133 auto &SrcMgr = Inputs.AST->getSourceManager(); in apply() local
|
/llvm-project/llvm/tools/llvm-ml/ |
H A D | llvm-ml.cpp | 107 AsLexInput(SourceMgr & SrcMgr,MCAsmInfo & MAI,raw_ostream & OS) AsLexInput() argument 127 AssembleInput(StringRef ProgName,const Target * TheTarget,SourceMgr & SrcMgr,MCContext & Ctx,MCStreamer & Str,MCAsmInfo & MAI,MCSubtargetInfo & STI,MCInstrInfo & MCII,MCTargetOptions & MCOptions,const opt::ArgList & InputArgs) AssembleInput() argument 292 SourceMgr SrcMgr; llvm_ml_main() local [all...] |
/llvm-project/clang/unittests/Frontend/ |
H A D | TextDiagnosticTest.cpp | 44 SourceManager SrcMgr(DiagEngine, FileMgr); TEST() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 188 JSONNodeDumper(raw_ostream &OS, const SourceManager &SrcMgr, ASTContext &Ctx, in JSONNodeDumper() argument 439 JSONDumper(raw_ostream & OS,const SourceManager & SrcMgr,ASTContext & Ctx,const PrintingPolicy & PrintPolicy,const comments::CommandTraits * Traits) JSONDumper() argument
|
/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 276 AsLexInput(SourceMgr & SrcMgr,MCAsmInfo & MAI,raw_ostream & OS) AsLexInput() argument 315 AssembleInput(const char * ProgName,const Target * TheTarget,SourceMgr & SrcMgr,MCContext & Ctx,MCStreamer & Str,MCAsmInfo & MAI,MCSubtargetInfo & STI,MCInstrInfo & MCII,MCTargetOptions const & MCOptions) AssembleInput() argument 380 SourceMgr SrcMgr; main() local [all...] |
/llvm-project/llvm/tools/llvm-mc-assemble-fuzzer/ |
H A D | llvm-mc-assemble-fuzzer.cpp | 109 SourceMgr &SrcMgr, MCContext &Ctx, MCStreamer &Str, in AssembleInput() argument 140 // Tell SrcMgr about this buffer, which is what the parser will pick up. in AssembleOneInput() local
|
/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 343 return new AMDGPUCustomBehaviour(STI, SrcMgr, MCII); in createAMDGPUCustomBehaviour() argument 63 AMDGPUCustomBehaviour(const MCSubtargetInfo & STI,const mca::SourceMgr & SrcMgr,const MCInstrInfo & MCII) AMDGPUCustomBehaviour() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 49 SourceMgr &SrcMgr = *Context.getInlineSourceManager(); in addInlineAsmDiagBuffer() local 99 SourceMgr &SrcMgr = *MMI->getContext().getInlineSourceManager(); in emitInlineAsm() local
|
/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 207 const File *F = getFile(SrcMgr, Decomp.first); in lookup() argument 181 append(SourceManager & SrcMgr,SourceLocation Loc,DiagState * State) append() argument 229 getFile(SourceManager & SrcMgr,FileID ID) const getFile() argument 257 dump(SourceManager & SrcMgr,StringRef DiagName) const dump() argument [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | Error.cpp | 24 SourceMgr SrcMgr; variable
|
H A D | TGLexer.h | 190 SourceMgr &SrcMgr; variable
|
/llvm-project/clang/tools/clang-diff/ |
H A D | ClangDiff.cpp | 286 const SourceManager &SrcMgr = Tree.getASTContext().getSourceManager(); in printHtmlForNode() local
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 433 SourceMgr SrcMgr; in main() local
|