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