Home
last modified time | relevance | path

Searched refs:NoInitialTextSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp94 unsigned NoInitialTextSection : 1;
198 NoInitialTextSection = 0; in AssemblerInvocation()
285 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
623 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp174 NoInitialTextSection("n", variable
355 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h180 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp205 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
944 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
948 if (!NoInitialTextSection) in Run()
H A DMasmParser.cpp461 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
1207 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
1209 if (!NoInitialTextSection) in Run()