Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h216 uint32_t JTSectionSize = Sec32.size; in populateJumpTable() local
219 unsigned NumJTEntries = JTSectionSize / JTEntrySize; in populateJumpTable()
223 if (JTSectionSize % JTEntrySize != 0) in populateJumpTable()