Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h88 support::ubig16_t SecNumOfEntryPoint; member
126 support::ubig16_t SecNumOfEntryPoint; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h39 std::optional<uint16_t> SecNumOfEntryPoint; member
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1082 AuxHeader->SecNumOfEntryPoint); in printAuxiliaryHeader()
1136 AuxHeader->SecNumOfEntryPoint); in printAuxiliaryHeader()