Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1103 return exportThunks.size() * sizeof(chpe_code_range_entry); in getSize()
1107 auto ranges = reinterpret_cast<chpe_code_range_entry *>(buf); in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h775 struct chpe_code_range_entry { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp787 sizeof(chpe_code_range_entry))) in initLoadConfigPtr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp892 reinterpret_cast<const chpe_code_range_entry *>(CodeRangesInt); in printCOFFLoadConfig()