Searched refs:Mergeable (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp385 bool Mergeable = Flags & ELF::SHF_MERGE; local
389 if (Mergeable)
390 return TokError("Mergeable section must specify the type");
402 if (Mergeable) {

Completed in 51 milliseconds