Home
last modified time | relevance | path

Searched refs:emitStructInitializer (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp901 bool emitStructInitializer(const StructInfo &Structure,
4378 if (emitStructInitializer(Contents.Structure, Init)) in emitFieldInitializer()
4384 if (emitStructInitializer(Contents.Structure, Init)) in emitFieldInitializer()
4406 bool MasmParser::emitStructInitializer(const StructInfo &Structure, in emitStructInitializer() function in MasmParser
4442 if (emitStructInitializer(Structure, Initializer)) in emitStructValues()