Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp287 Root.shiftDataIndexDown(RemovedIndex); in cleanUpManifests()
590 void WindowsResourceParser::TreeNode::shiftDataIndexDown(uint32_t Index) { in shiftDataIndexDown() function in llvm::object::WindowsResourceParser::TreeNode
595 Child.second->shiftDataIndexDown(Index); in shiftDataIndexDown()
597 Child.second->shiftDataIndexDown(Index); in shiftDataIndexDown()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h218 void shiftDataIndexDown(uint32_t Index);