Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp904 bool emitStructInitializer(const StructInfo &Structure,
4422 if (emitStructInitializer(Contents.Structure, Init)) in emitFieldInitializer()
4430 if (emitStructInitializer(Contents.Structure, Init)) in emitFieldInitializer()
4452 bool MasmParser::emitStructInitializer(const StructInfo &Structure, in emitStructInitializer() function in MasmParser
4490 if (emitStructInitializer(Structure, Initializer)) in emitStructValues()