We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a4350 commit 47a3b85Copy full SHA for 47a3b85
llvm/lib/MC/MCParser/MasmParser.cpp
@@ -810,9 +810,6 @@ class MasmParser : public MCAsmParser {
810
const StructInitializer &Initializer);
811
812
// User-defined types (structs, unions):
813
- bool emitStructValue(const StructInfo &Structure,
814
- const StructInitializer &Initializer,
815
- size_t InitialOffset = 0, size_t InitialField = 0);
816
bool emitStructValues(const StructInfo &Structure);
817
bool addStructField(StringRef Name, const StructInfo &Structure);
818
bool parseDirectiveStructValue(const StructInfo &Structure,
0 commit comments