Home
last modified time | relevance | path

Searched refs:SecNumOfLoader (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp313 if (!InitAuxFileHdr.SecNumOfLoader) in initAuxFileHeader()
314 InitAuxFileHdr.SecNumOfLoader = I + 1; in initAuxFileHeader()
400 W.write<uint16_t>(InitAuxFileHdr.SecNumOfLoader.value_or(0)); in writeAuxFileHeader()
H A DXCOFFYAML.cpp187 IO.mapOptional("SecNumOfLoader", AuxHdr.SecNumOfLoader); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h43 std::optional<uint16_t> SecNumOfLoader; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h95 support::ubig16_t SecNumOfLoader; member
133 support::ubig16_t SecNumOfLoader; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1088 AuxHeader->SecNumOfLoader); in printAuxiliaryHeader()
1142 AuxHeader->SecNumOfLoader); in printAuxiliaryHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp533 if (AuxHeader->SecNumOfLoader == 0) in getAuxMaxAlignment()