Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp395 if (!InitAuxFileHdr.SecNumOfLoader) in initAuxFileHeader()
396 InitAuxFileHdr.SecNumOfLoader = I + 1; in initAuxFileHeader()
485 W.write<uint16_t>(InitAuxFileHdr.SecNumOfLoader.value_or(0)); in writeAuxFileHeader()
H A DXCOFFYAML.cpp216 IO.mapOptional("SecNumOfLoader", AuxHdr.SecNumOfLoader); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h43 std::optional<uint16_t> SecNumOfLoader; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h98 support::ubig16_t SecNumOfLoader; member
136 support::ubig16_t SecNumOfLoader; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1105 AuxHeader->SecNumOfLoader); in printAuxiliaryHeader()
1159 AuxHeader->SecNumOfLoader); in printAuxiliaryHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp563 if (AuxHeader->SecNumOfLoader == 0) in getAuxMaxAlignment()