Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned NoInitialTextSection : 1; member
158 NoInitialTextSection = 0; in AssemblerInvocation()
231 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
553 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp112 static const bool NoInitialTextSection = false; in AssembleInput() local
129 return Parser->Run(NoInitialTextSection); in AssembleInput()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp166 NoInitialTextSection("n", variable
344 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h181 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp211 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
964 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
968 if (!NoInitialTextSection) in Run()
H A DMasmParser.cpp460 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
1318 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
1320 if (!NoInitialTextSection) in Run()