Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1185 static bool isLoadCommandObsolete(uint32_t cmd) { in isLoadCommandObsolete() function
1554 } else if (isLoadCommandObsolete(Load.C.cmd)) { in MachOObjectFile()