Home
last modified time | relevance | path

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

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