Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1as_main.cpp85 unsigned NoInitialTextSection : 1; member
137 NoInitialTextSection = 0; in AssemblerInvocation()
197 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
423 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssembler()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp109 static const bool NoInitialTextSection = false; in AssembleInput() local
126 return Parser->Run(NoInitialTextSection); in AssembleInput()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmParser.h69 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h111 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp149 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
440 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp144 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
297 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp155 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
369 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h172 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp130 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false);
454 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
456 if (!NoInitialTextSection) in Run()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp190 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
697 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
699 if (!NoInitialTextSection) in Run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp190 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override;
849 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument
851 if (!NoInitialTextSection) in Run()