Home
last modified time | relevance | path

Searched defs:SrcMgr (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h32 SourceManager &SrcMgr, Preprocessor &PP) in InstallAPIVisitor()
80 SourceManager &SrcMgr; variable
H A DDylibVerifier.h36 clang::SourceManager *SrcMgr; member
/llvm-project/llvm/lib/MCA/
H A DContext.cpp32 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 DCustomBehaviour.h69 const mca::SourceMgr &SrcMgr; variable
73 CustomBehaviour(const MCSubtargetInfo &STI, const mca::SourceMgr &SrcMgr, in CustomBehaviour()
/llvm-project/llvm/unittests/TableGen/
H A DParserEntryPointTest.cpp28 SourceMgr SrcMgr; in TEST() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DNoLintDirectiveHandler.cpp261 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 DMachineModuleInfo.cpp188 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 DCommand.h
H A DGenerator.cpp
/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h32 SourceManager &SrcMgr; variable
/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp106 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 DSwapIfBranches.cpp65 auto &SrcMgr = Inputs.AST->getSourceManager(); in apply() local
H A DExpandDeducedType.cpp133 auto &SrcMgr = Inputs.AST->getSourceManager(); in apply() local
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp107 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 DTextDiagnosticTest.cpp44 SourceManager SrcMgr(DiagEngine, FileMgr); TEST() local
/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h188 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 Dllvm-mc.cpp276 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 Dllvm-mc-assemble-fuzzer.cpp109 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 DAMDGPUCustomBehaviour.cpp343 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 DAsmPrinterInlineAsm.cpp49 SourceMgr &SrcMgr = *Context.getInlineSourceManager(); in addInlineAsmDiagBuffer() local
99 SourceMgr &SrcMgr = *MMI->getContext().getInlineSourceManager(); in emitInlineAsm() local
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp207 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 DError.cpp24 SourceMgr SrcMgr; variable
H A DTGLexer.h190 SourceMgr &SrcMgr; variable
/llvm-project/clang/tools/clang-diff/
H A DClangDiff.cpp286 const SourceManager &SrcMgr = Tree.getASTContext().getSourceManager(); in printHtmlForNode() local
/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp433 SourceMgr SrcMgr; in main() local

12