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