Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h39 std::optional<uint16_t> SecNumOfEntryPoint; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h91 support::ubig16_t SecNumOfEntryPoint; member
129 support::ubig16_t SecNumOfEntryPoint; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp183 IO.mapOptional("SecNumOfEntryPoint", AuxHdr.SecNumOfEntryPoint); in mapping()
H A DXCOFFEmitter.cpp396 W.write<uint16_t>(InitAuxFileHdr.SecNumOfEntryPoint.value_or(0)); in writeAuxFileHeader()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1083 AuxHeader->SecNumOfEntryPoint); in printAuxiliaryHeader()
1137 AuxHeader->SecNumOfEntryPoint); in printAuxiliaryHeader()