Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDXCOFFEmitter.cpp391 if (!InitAuxFileHdr.SecNumOfTBSS) in initAuxFileHeader()
392 InitAuxFileHdr.SecNumOfTBSS = I + 1; in initAuxFileHeader()
515 W.write<uint16_t>(InitAuxFileHdr.SecNumOfTBSS.value_or(0)); in writeAuxFileHeader()
HDXCOFFYAML.cpp229 IO.mapOptional("SecNumOfTBSS", AuxHdr.SecNumOfTBSS); in mapping()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDXCOFFYAML.h61 std::optional<uint16_t> SecNumOfTBSS; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDXCOFFObjectFile.h122 support::ubig16_t SecNumOfTBSS; member
154 support::ubig16_t SecNumOfTBSS; member
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.cpp1127 PrintAuxMember(Number, "Section number for .tbss", AuxHeader->SecNumOfTBSS); in printAuxiliaryHeader()
1183 PrintAuxMember(Number, "Section number for .tbss", AuxHeader->SecNumOfTBSS); in printAuxiliaryHeader()