Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp88 const unsigned ColsPerRow = 16; in dumpSectionMemory() local
93 unsigned StartPadding = LoadAddr & (ColsPerRow - 1); in dumpSectionMemory()
98 LoadAddr & ~(uint64_t)(ColsPerRow - 1)) << ":"; in dumpSectionMemory()
104 if ((LoadAddr & (ColsPerRow - 1)) == 0) in dumpSectionMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp90 const unsigned ColsPerRow = 16; in dumpSectionMemory() local
95 unsigned StartPadding = LoadAddr & (ColsPerRow - 1); in dumpSectionMemory()
100 LoadAddr & ~(uint64_t)(ColsPerRow - 1)) << ":"; in dumpSectionMemory()
106 if ((LoadAddr & (ColsPerRow - 1)) == 0) in dumpSectionMemory()