Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:MethodOptions

1351 static MethodOptions translateMethodOptionFlags(const DISubprogram *SP) {
1353 return MethodOptions::CompilerGenerated;
1355 // FIXME: Handle other MethodOptions.
1357 return MethodOptions::None;