Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned NoInitialTextSection : 1; member
152 NoInitialTextSection = 0; in AssemblerInvocation()
221 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
532 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp110 static const bool NoInitialTextSection = false; in AssembleInput() local
127 return Parser->Run(NoInitialTextSection); in AssembleInput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp145 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
314 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h180 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp207 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.cpp454 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
1210 bool MasmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
1212 if (!NoInitialTextSection) in Run()