Searched refs:NoInitialTextSection (Results 1 – 5 of 5) sorted by relevance
90 unsigned NoInitialTextSection : 1; member152 NoInitialTextSection = 0; in AssemblerInvocation()221 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()532 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
168 NoInitialTextSection("n", variable346 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
181 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
212 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;948 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument952 if (!NoInitialTextSection) in Run()
463 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;1319 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument1321 if (!NoInitialTextSection) in Run()