Searched refs:NoInitialTextSection (Results 1 – 5 of 5) sorted by relevance
92 unsigned NoInitialTextSection : 1; member172 NoInitialTextSection = 0; in AssemblerInvocation()255 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()588 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
166 NoInitialTextSection("n", variable347 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
180 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
211 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;968 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument972 if (!NoInitialTextSection) in Run()
477 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;1338 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument1340 if (!NoInitialTextSection) in Run()