HomeSort by: relevance | last modified time | path
    Searched defs:PDR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
CompileOnDemandLayer.cpp 138 auto &PDR = getPerDylibResources(R->getTargetJITDylib());
158 if (auto Err = PDR.getImplDylib().define(
168 R->replace(reexports(PDR.getImplDylib(), std::move(NonCallables),
176 lazyReexports(LCTMgr, PDR.getISManager(), PDR.getImplDylib(),
206 PerDylibResources PDR(ImplD, BuildIndirectStubsManager());
207 I = DylibResources.insert(std::make_pair(&TargetD, std::move(PDR))).first;
  /src/external/gpl3/binutils/dist/include/coff/
sym.h 50 * "rgPd" array whose domain is "0..ipdMax-1" and RanGe is PDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
156 typedef struct pdr { struct
178 } PDR, *pPDR;
179 #define cbPDR sizeof(PDR)
  /src/external/gpl3/binutils.old/dist/include/coff/
sym.h 50 * "rgPd" array whose domain is "0..ipdMax-1" and RanGe is PDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
156 typedef struct pdr { struct
178 } PDR, *pPDR;
179 #define cbPDR sizeof(PDR)

Completed in 23 milliseconds