Searched refs:exportList (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DInternalize.cpp54 explicit InternalizePass(const std::vector <const char *>& exportList);
78 InternalizePass::InternalizePass(const std::vector<const char *>&exportList) argument
81 for(std::vector<const char *>::const_iterator itr = exportList.begin();
82 itr != exportList.end(); itr++) {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Transforms/
H A DIPO.h119 /// given exportList.
122 /// used now! Also, when exportList is empty, nothing is internalized.
123 ModulePass *createInternalizePass(const std::vector<const char *> &exportList);
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp255 uint64_t * exportList = NULL ; local
260 exportList = reinterpret_cast<uint64_t *>( *where ) ;
268 uint64_t *pDCLUpdateSetPointers = exportList;
270 UInt32 *pDCLUpdateSetPointers = (UInt32 *) &exportList[updateSetCount/2];
280 exportList[ index ] = ((NuDCL*)pDCLUpdateSetPointers[ index ])->GetExportIndex() ;
313 exportList[ index ] = CFSwapInt64( exportList[ index ] ) ;

Completed in 393 milliseconds