reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
385 ArrayRef<u32> from = getDataAs<u32>(); 1106 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rela>()); 1110 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rel>());tools/lld/ELF/SyntheticSections.cpp
3214 prevEntry = prev->getDataAs<ExidxEntry>().back(); 3230 for (const ExidxEntry entry : cur->getDataAs<ExidxEntry>())