Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp309 if (!InitAuxFileHdr.SecNumOfTBSS) in initAuxFileHeader()
310 InitAuxFileHdr.SecNumOfTBSS = I + 1; in initAuxFileHeader()
430 W.write<uint16_t>(InitAuxFileHdr.SecNumOfTBSS.value_or(0)); in writeAuxFileHeader()
H A DXCOFFYAML.cpp200 IO.mapOptional("SecNumOfTBSS", AuxHdr.SecNumOfTBSS); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h61 std::optional<uint16_t> SecNumOfTBSS; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h119 support::ubig16_t SecNumOfTBSS; member
151 support::ubig16_t SecNumOfTBSS; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1110 PrintAuxMember(Number, "Section number for .tbss", AuxHeader->SecNumOfTBSS); in printAuxiliaryHeader()
1166 PrintAuxMember(Number, "Section number for .tbss", AuxHeader->SecNumOfTBSS); in printAuxiliaryHeader()