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.cpp93 unsigned NoInitialTextSection : 1;
194 NoInitialTextSection = 0; in AssemblerInvocation()
279 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
612 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp161 NoInitialTextSection("n", variable
338 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.cpp211 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
966 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
970 if (!NoInitialTextSection) in Run()
H A DMasmParser.cpp477 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
1338 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
1340 if (!NoInitialTextSection) in Run()