Searched defs:PDR (Results 1 – 6 of 6) sorted by relevance
181 #define PDR_ID(PDR) (PDR->id) argument182 #define PDR_NB_REFS(PDR) (PDR->nb_refs) argument183 #define PDR_PBB(PDR) (PDR->pbb) argument184 #define PDR_TYPE(PDR) (PDR->type) argument185 #define PDR_ACCESSES(PDR) (NULL) argument
197 #define PDR_ID(PDR) (PDR->id) argument198 #define PDR_NB_REFS(PDR) (PDR->nb_refs) argument199 #define PDR_PBB(PDR) (PDR->pbb) argument200 #define PDR_TYPE(PDR) (PDR->type) argument201 #define PDR_ACCESSES(PDR) (NULL) argument
138 auto &PDR = getPerDylibResources(R->getTargetJITDylib()); in emit() local206 PerDylibResources PDR(ImplD, BuildIndirectStubsManager()); in getPerDylibResources() local
178 } PDR, *pPDR; typedef