Searched refs:SymStorage (Results 1 – 2 of 2) sorted by relevance
397 assert(SymStorage && "Storage cannot be null"); in constructCommon()403 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructCommon()411 assert(SymStorage && "Storage cannot be null"); in constructExternal()415 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructExternal()423 assert(SymStorage && "Storage cannot be null"); in constructAbsolute()426 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAbsolute()431 static Symbol &constructAnonDef(void *SymStorage, Block &Base, in constructAnonDef() argument435 assert(SymStorage && "Storage cannot be null"); in constructAnonDef()438 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAnonDef()448 assert(SymStorage && "Storage cannot be null"); in constructNamedDef()[all …]
308 StringRef SymStorage; in printRelocatedField() local309 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; in printRelocatedField()