Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp91 unsigned NoInitialTextSection : 1; member
167 NoInitialTextSection = 0; in AssemblerInvocation()
249 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
579 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp166 NoInitialTextSection("n", variable
344 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h180 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp209 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()