Searched refs:DefinedLocalImport (Results 1 – 2 of 2) sorted by relevance
343 class DefinedLocalImport : public Defined {345 DefinedLocalImport(StringRef N, Defined *S) in DefinedLocalImport() function370 return cast<DefinedLocalImport>(this)->getRVA(); in getRVA()395 return cast<DefinedLocalImport>(this)->getChunk(); in getChunk()417 alignas(DefinedLocalImport) char I[sizeof(DefinedLocalImport)];
237 replaceSymbol<DefinedLocalImport>(Sym, Name, D); in reportRemainingUndefines()238 LocalImportChunks.push_back(cast<DefinedLocalImport>(Sym)->getChunk()); in reportRemainingUndefines()