Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp800 auto GetSectionAddr = [&](const auto &Sections) -> uintptr_t { in getSectionByType() local
807 DRI.p = GetSectionAddr(sections64()); in getSectionByType()
809 DRI.p = GetSectionAddr(sections32()); in getSectionByType()