Searched refs:NoInitialTextSection (Results 1 – 11 of 11) sorted by relevance
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 85 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/ |
D | llvm-mc-assemble-fuzzer.cpp | 109 static const bool NoInitialTextSection = false; in AssembleInput() local 126 return Parser->Run(NoInitialTextSection); in AssembleInput()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 69 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 111 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | llvm-mc.cpp | 149 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/ |
D | llvm-mc.cpp | 144 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable 297 int Res = Parser->Run(NoInitialTextSection); in AssembleInput()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 155 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/ |
D | MCAsmParser.h | 172 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 130 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/ |
D | AsmParser.cpp | 190 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/ |
D | AsmParser.cpp | 190 bool Run(bool NoInitialTextSection, bool NoFinalize = false) override; 849 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run() argument 851 if (!NoInitialTextSection) in Run()
|