Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp425 uint32_t storageBaseOffset, ObjFile *file) { in scopeStackClose() argument
434 uint32_t offEnd = storageBaseOffset + storage.size(); in scopeStackClose()
435 uint32_t offParent = stack.empty() ? 0 : (stack.back() + storageBaseOffset); in scopeStackClose()