HomeSort by relevance Sort by last modified time
    Searched defs:Dl (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 692 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
693 if (Dl.dylib.name < Dl.cmdsize) {
694 auto *P = static_cast<const char*>(Command.Ptr) + Dl.dylib.name;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 4689 SDLoc &dl = CLI.DL; local
8458 DebugLoc dl = MI.getDebugLoc(); local
8528 DebugLoc dl = MI.getDebugLoc(); local
8936 DebugLoc dl = MI.getDebugLoc(); local
8974 DebugLoc dl = MI.getDebugLoc(); local
9039 DebugLoc dl = MI.getDebugLoc(); local
9169 DebugLoc dl = MI.getDebugLoc(); local
9239 DebugLoc dl = MI.getDebugLoc(); local
9381 DebugLoc dl = MI.getDebugLoc(); local
9414 DebugLoc dl = MI.getDebugLoc(); local
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 573 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); local
574 if (dl.dylib.name < dl.cmdsize) {
575 const char *p = (const char *)(Load.Ptr) + dl.dylib.name;
581 << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "."
582 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "."
583 << (dl.dylib.compatibility_version & 0xff) << ",";
585 << ((dl.dylib.current_version >> 16) & 0xffff) << "."
586 << ((dl.dylib.current_version >> 8) & 0xff) << "."
587 << (dl.dylib.current_version & 0xff) << ")\n"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 5215 SDLoc &dl = CLI.DL; local
9713 DebugLoc dl = MI.getDebugLoc(); local
9820 DebugLoc dl = MI.getDebugLoc(); local
10259 DebugLoc dl = MI.getDebugLoc(); local
10303 DebugLoc dl = MI.getDebugLoc(); local
10371 DebugLoc dl = MI.getDebugLoc(); local
10536 DebugLoc dl = MI.getDebugLoc(); local
10607 DebugLoc dl = MI.getDebugLoc(); local
10751 DebugLoc dl = MI.getDebugLoc(); local
10784 DebugLoc dl = MI.getDebugLoc(); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 901 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); local
    [all...]

Completed in 203 milliseconds