Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp279 auto PrintLoadSecHeaderCommon = [&](const auto *LDHeader) { in printLoaderSectionHeader() local
296 PrintLoadSecHeaderCommon(LoaderSec64); in printLoaderSectionHeader()
302 PrintLoadSecHeaderCommon(LoaderSec32); in printLoaderSectionHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp183 auto PrintLoadSecHeaderCommon = [&](const auto *LDHeader) { in printLoaderSectionHeader() local
198 PrintLoadSecHeaderCommon(LoaderSec64); in printLoaderSectionHeader()
204 PrintLoadSecHeaderCommon(LoaderSec32); in printLoaderSectionHeader()