Searched refs:HasPreInstrSymbol (Results 1 – 1 of 1) sorted by relevance
144 bool HasPreInstrSymbol = PreInstrSymbol != nullptr; variable148 MMOs.size(), HasPreInstrSymbol + HasPostInstrSymbol),150 ExtraInfo(MMOs.size(), HasPreInstrSymbol, HasPostInstrSymbol);156 if (HasPreInstrSymbol)159 Result->getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] =170 return HasPreInstrSymbol ? getTrailingObjects<MCSymbol *>()[0] : nullptr; in getPreInstrSymbol()175 ? getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] in getPostInstrSymbol()188 const bool HasPreInstrSymbol; variable196 return HasPreInstrSymbol + HasPostInstrSymbol; in numTrailingObjects()201 ExtraInfo(int NumMMOs, bool HasPreInstrSymbol, bool HasPostInstrSymbol) in ExtraInfo() argument[all …]