Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp187 getLoadCommandInfo(const MachOObjectFile &Obj, const char *Ptr, in getLoadCommandInfo() function
208 return getLoadCommandInfo(Obj, getPtr(Obj, HeaderSize), 0); in getFirstLoadCommandInfo()
220 return getLoadCommandInfo(Obj, L.Ptr + L.C.cmdsize, LoadCommandIndex + 1); in getNextLoadCommandInfo()