Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp500 const char *struct_dylib_module_name; in checkDysymtabCommand() local
504 struct_dylib_module_name = "struct dylib_module_64"; in checkDysymtabCommand()
507 struct_dylib_module_name = "struct dylib_module"; in checkDysymtabCommand()
513 Twine(struct_dylib_module_name) + ") of LC_DYSYMTAB " in checkDysymtabCommand()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp503 const char *struct_dylib_module_name; in checkDysymtabCommand() local
507 struct_dylib_module_name = "struct dylib_module_64"; in checkDysymtabCommand()
510 struct_dylib_module_name = "struct dylib_module"; in checkDysymtabCommand()
516 Twine(struct_dylib_module_name) + ") of LC_DYSYMTAB " in checkDysymtabCommand()