Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h39 std::optional<uint16_t> SecNumOfEntryPoint; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h94 support::ubig16_t SecNumOfEntryPoint; member
132 support::ubig16_t SecNumOfEntryPoint; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp212 IO.mapOptional("SecNumOfEntryPoint", AuxHdr.SecNumOfEntryPoint); in mapping()
H A DXCOFFEmitter.cpp481 W.write<uint16_t>(InitAuxFileHdr.SecNumOfEntryPoint.value_or(0)); in writeAuxFileHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1100 AuxHeader->SecNumOfEntryPoint); in printAuxiliaryHeader()
1154 AuxHeader->SecNumOfEntryPoint); in printAuxiliaryHeader()