Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp782 if (CHPEMetadata->CodeRangesToEntryPointsCount) { in initLoadConfigPtr()
787 CHPEMetadata->CodeRangesToEntryPointsCount * in initLoadConfigPtr()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp879 if (CHPE->CodeRangesToEntryPointsCount) { in printCOFFLoadConfig()
888 for (uint32_t i = 0; i < CHPE->CodeRangesToEntryPointsCount; i++) { in printCOFFLoadConfig()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h738 support::ulittle32_t CodeRangesToEntryPointsCount; member