Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/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()
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h32 SourceManager &SrcMgr; variable
H A DDiagnostic.h589 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp106 SourceMgr SrcMgr; in initializeRecordStreamer() local
127 __anon9133a04c0202(const SMDiagnostic &SMD, bool IsInlineAsm, const SourceMgr &SrcMgr, std::vector<const MDNode *> &LocInfos) initializeRecordStreamer() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp188 static uint64_t getLocCookie(const SMDiagnostic &SMD, const SourceMgr &SrcMgr, in getLocCookie() argument
221 __anon38838a6d0202(const SMDiagnostic &SMD, bool IsInlineAsm, const SourceMgr &SrcMgr, std::vector<const MDNode *> &LocInfos) doInitialization() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp285 AsLexInput(SourceMgr & SrcMgr,MCAsmInfo & MAI,raw_ostream & OS) AsLexInput() argument
324 AssembleInput(const char * ProgName,const Target * TheTarget,SourceMgr & SrcMgr,MCContext & Ctx,MCStreamer & Str,MCAsmInfo & MAI,MCSubtargetInfo & STI,MCInstrInfo & MCII,MCTargetOptions const & MCOptions) AssembleInput() argument
388 SourceMgr SrcMgr; main() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h188 JSONNodeDumper(raw_ostream &OS, const SourceManager &SrcMgr, ASTContext &Ctx, in JSONNodeDumper() argument
434 JSONDumper(raw_ostream & OS,const SourceManager & SrcMgr,ASTContext & Ctx,const PrintingPolicy & PrintPolicy,const comments::CommandTraits * Traits) JSONDumper() argument
/freebsd-src/contrib/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
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp181 void DiagnosticsEngine::DiagStateMap::append(SourceManager &SrcMgr, in append() argument
207 DiagnosticsEngine::DiagStateMap::lookup(SourceManager &SrcMgr, in lookup() argument
229 DiagnosticsEngine::DiagStateMap::getFile(SourceManager &SrcMgr, in getFile() argument
257 void DiagnosticsEngine::DiagStateMap::dump(SourceManager &SrcMgr, in dump() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp24 SourceMgr SrcMgr; variable
H A DTGLexer.h189 SourceMgr &SrcMgr; global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp399 SourceMgr SrcMgr; main() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp476 SourceManager SrcMgr(*Diags, *FileMgr); computeDependencies() local
/freebsd-src/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp399 SourceMgr SrcMgr; ExecuteAssemblerImpl() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp379 SourceManager &SrcMgr = PP.getSourceManager(); in ParseMicrosoftAsmStatement() local
H A DParser.cpp2650 auto &SrcMgr = PP.getSourceManager(); ParseModuleImport() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp172 static bool isNodeExcluded(const SourceManager &SrcMgr, T *N) { in isNodeExcluded()
994 const SourceManager &SrcMgr = TreeImpl->AST.getSourceManager(); in getSourceRangeOffsets() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp393 SourceManager SrcMgr(*Diagnostics, *Files); in run() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp450 auto &SrcMgr = CI.getSourceManager(); in loadModuleMapForModuleBuild() local
H A DASTUnit.cpp2369 TranslateStoredDiagnostics(FileManager & FileMgr,SourceManager & SrcMgr,const SmallVectorImpl<StandaloneDiagnostic> & Diags,SmallVectorImpl<StoredDiagnostic> & Out) TranslateStoredDiagnostics() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h104 const SourceMgr *SrcMgr = nullptr; global() variable
H A DTargetRegistry.h720 createCustomBehaviour(const MCSubtargetInfo & STI,const mca::SourceMgr & SrcMgr,const MCInstrInfo & MCII) createCustomBehaviour() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1201 Make(MCSymbol * Symbol,MCStreamer * MCOS,SourceMgr & SrcMgr,SMLoc & Loc) Make() argument

12