HomeSort by: relevance | last modified time | path
    Searched defs:MachOWriter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOWriter.h 1 //===- MachOWriter.h --------------------------------------------*- C++ -*-===//
21 class MachOWriter {
55 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, uint64_t PageSize,
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOEmitter.cpp 30 class MachOWriter {
32 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), fileStart(0) {
71 Error MachOWriter::writeMachO(raw_ostream &OS) {
83 void MachOWriter::writeHeader(raw_ostream &OS) {
211 void MachOWriter::ZeroToOffset(raw_ostream &OS, size_t Offset) {
217 void MachOWriter::writeLoadCommands(raw_ostream &OS) {
266 Error MachOWriter::writeSectionData(raw_ostream &OS) {
357 void MachOWriter::writeRelocations(raw_ostream &OS) {
380 void MachOWriter::writeBindOpcodes(
399 void MachOWriter::dumpExportEntry(raw_ostream &OS
    [all...]

Completed in 16 milliseconds