Searched refs:SymStorage (Results 1 – 2 of 2) sorted by relevance
418 assert(SymStorage && "Storage cannot be null"); in constructCommon()424 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructCommon()432 assert(SymStorage && "Storage cannot be null"); in constructExternal()436 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructExternal()444 assert(SymStorage && "Storage cannot be null"); in constructAbsolute()447 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAbsolute()452 static Symbol &constructAnonDef(void *SymStorage, Block &Base, in constructAnonDef() argument456 assert(SymStorage && "Storage cannot be null"); in constructAnonDef()459 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAnonDef()469 assert(SymStorage && "Storage cannot be null"); in constructNamedDef()[all …]
309 StringRef SymStorage; in printRelocatedField() local310 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in printRelocatedField()