HomeSort by: relevance | last modified time | path
    Searched defs:method_list64_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3445 struct method_list64_t { struct in namespace:__anon5681
3748 inline void swapStruct(struct method_list64_t &ml) {
4226 struct method_list64_t ml;
4237 memset(&ml, '\0', sizeof(struct method_list64_t));
4238 if (left < sizeof(struct method_list64_t)) {
4242 memcpy(&ml, r, sizeof(struct method_list64_t));
4248 p += sizeof(struct method_list64_t);
4249 offset += sizeof(struct method_list64_t);
MachODump.cpp 3445 struct method_list64_t { struct in namespace:__anon5681
3748 inline void swapStruct(struct method_list64_t &ml) {
4226 struct method_list64_t ml;
4237 memset(&ml, '\0', sizeof(struct method_list64_t));
4238 if (left < sizeof(struct method_list64_t)) {
4242 memcpy(&ml, r, sizeof(struct method_list64_t));
4248 p += sizeof(struct method_list64_t);
4249 offset += sizeof(struct method_list64_t);

Completed in 60 milliseconds