Home
last modified time | relevance | path

Searched refs:InternalCCSID (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDGOFFEmitter.cpp235 else if (FileHdr.InternalCCSID) in writeHeader()
240 GW << binaryBe(FileHdr.InternalCCSID ? *FileHdr.InternalCCSID : 0); in writeHeader()
HDGOFFYAML.cpp35 IO.mapOptional("InternalCCSID", FileHdr.InternalCCSID); in mapping()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDGOFFYAML.h35 std::optional<uint16_t> InternalCCSID; member