Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp792 auto GetSectionAddr = [&](const auto &Sections) -> uintptr_t { in getSectionByType() local
799 DRI.p = GetSectionAddr(sections64()); in getSectionByType()
801 DRI.p = GetSectionAddr(sections32()); in getSectionByType()