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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp469 uint32_t JTSectionSize = Sec32.size; local
472 unsigned NumJTEntries = JTSectionSize / JTEntrySize;
476 assert((JTSectionSize % JTEntrySize) == 0 &&

Completed in 80 milliseconds