Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp93 const unsigned ColsPerRow = 16; in dumpSectionMemory() local
98 unsigned StartPadding = LoadAddr & (ColsPerRow - 1); in dumpSectionMemory()
103 LoadAddr & ~(uint64_t)(ColsPerRow - 1)) << ":"; in dumpSectionMemory()
109 if ((LoadAddr & (ColsPerRow - 1)) == 0) in dumpSectionMemory()