Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h42 std::optional<uint16_t> SecNumOfTOC; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h94 support::ubig16_t SecNumOfTOC; member
132 support::ubig16_t SecNumOfTOC; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp186 IO.mapOptional("SecNumOfTOC", AuxHdr.SecNumOfTOC); in mapping()
H A DXCOFFEmitter.cpp399 W.write<uint16_t>(InitAuxFileHdr.SecNumOfTOC.value_or(0)); in writeAuxFileHeader()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1086 PrintAuxMember(Number, "Section number of TOC", AuxHeader->SecNumOfTOC); in printAuxiliaryHeader()
1140 PrintAuxMember(Number, "Section number of TOC", AuxHeader->SecNumOfTOC); in printAuxiliaryHeader()