Home
last modified time | relevance | path

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

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