Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp275 if (LC.PayloadBytes.size() > 0) { in writeLoadCommands()
276 OS.write(reinterpret_cast<const char *>(LC.PayloadBytes.data()), in writeLoadCommands()
277 LC.PayloadBytes.size()); in writeLoadCommands()
278 BytesWritten += LC.PayloadBytes.size(); in writeLoadCommands()
H A DMachOYAML.cpp298 IO.mapOptional("PayloadBytes", LoadCommand.PayloadBytes); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h79 std::vector<llvm::yaml::Hex8> PayloadBytes; member