Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp33 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString() function
44 assert(isLoadCommandWithPayloadString(LC) && in getPayloadString()
120 assert(isLoadCommandWithPayloadString(LC) && in updateLoadCommandPayloadString()