Home
last modified time | relevance | path

Searched refs:NumJTEntries (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h219 unsigned NumJTEntries = JTSectionSize / JTEntrySize; in populateJumpTable() local
227 for (unsigned i = 0; i < NumJTEntries; ++i) { in populateJumpTable()