reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/MC/MCParser/AsmParser.cpp
  888 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) {

References

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  163   int Res = Parser->Run(/*NoInitialTextSection*/ true,
lib/Object/ModuleSymbolTable.cpp
  119   if (Parser->Run(false))
tools/clang/tools/driver/cc1as_main.cpp
  522     Failed = Parser->Run(Opts.NoInitialTextSection);
tools/llvm-exegesis/lib/SnippetFile.cpp
  153   if (AsmParser->Run(false))
tools/llvm-mc/llvm-mc.cpp
  302   int Res = Parser->Run(NoInitialTextSection);
tools/llvm-mca/CodeRegionGenerator.cpp
  131   Parser->Run(false);
unittests/ExecutionEngine/JITLink/JITLinkTestCommon.cpp
  117   if (MAP->Run(false))