Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.h36 void writeLoadCommands();
DMachOWriter.cpp165 void MachOWriter::writeLoadCommands() { in writeLoadCommands() function in llvm::objcopy::macho::MachOWriter
518 writeLoadCommands(); in write()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp41 Error writeLoadCommands(raw_ostream &OS);
69 if (auto Err = writeLoadCommands(OS)) in writeMachO()
188 Error MachOWriter::writeLoadCommands(raw_ostream &OS) { in writeLoadCommands() function in __anon52530b0f0111::MachOWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp40 void writeLoadCommands(raw_ostream &OS);
68 writeLoadCommands(OS); in writeMachO()
208 void MachOWriter::writeLoadCommands(raw_ostream &OS) { in writeLoadCommands() function in __anonc8fa66d60111::MachOWriter
/external/llvm-project/llvm/lib/ObjectYAML/
DMachOEmitter.cpp42 void writeLoadCommands(raw_ostream &OS);
74 writeLoadCommands(OS); in writeMachO()
219 void MachOWriter::writeLoadCommands(raw_ostream &OS) { in writeLoadCommands() function in __anon86dbb5e20111::MachOWriter
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp129 llvm::Error writeLoadCommands();
771 llvm::Error MachOFileLayout::writeLoadCommands() { in writeLoadCommands() function in lld::mach_o::normalized::MachOFileLayout
1542 if (auto ec = writeLoadCommands()) in writeBinary()