Searched defs:NoInitialTextSection (Results 1 – 3 of 3) sorted by relevance
147 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " variable
82 unsigned NoInitialTextSection : 1; member
497 bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { in Run()