Searched defs:LoadCommandCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp38 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; local
39 while (DRI.d.a < LoadCommandCount) {
59 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; local
60 while (DRI.d.a < LoadCommandCount) {
168 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; local
192 if (DRI.d.a < LoadCommandCount) {
220 if (DRI.d.a < LoadCommandCount) {
408 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; local
409 while (DRI.d.a < LoadCommandCount) {

Completed in 20 milliseconds