Searched refs:MachObjectWriter (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 32 void MachObjectWriter::reset() { in reset() 42 bool MachObjectWriter:: 57 bool MachObjectWriter:: 63 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel() 70 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment, in getFragmentAddress() 76 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbolData* SD, in getSymbolAddress() 114 uint64_t MachObjectWriter::getPaddingSize(const MCSectionData *SD, in getPaddingSize() 127 void MachObjectWriter::WriteHeader(unsigned NumLoadCommands, in WriteHeader() 161 void MachObjectWriter::WriteSegmentLoadCommand(unsigned NumSections, in WriteSegmentLoadCommand() 201 void MachObjectWriter::WriteSection(const MCAssembler &Asm, in WriteSection() [all …]
|
D | MCLinkerOptimizationHint.cpp | 26 const MachObjectWriter &ObjWriter, in Emit_impl()
|
D | CMakeLists.txt | 43 MachObjectWriter.cpp
|
D | Android.mk | 45 MachObjectWriter.cpp \
|
/external/llvm/include/llvm/MC/ |
D | MCLinkerOptimizationHint.h | 109 void Emit_impl(raw_ostream &OutStream, const MachObjectWriter &ObjWriter, 126 void Emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in Emit() 133 uint64_t getEmitSize(const MachObjectWriter &ObjWriter, in getEmitSize() 177 uint64_t getEmitSize(const MachObjectWriter &ObjWriter, in getEmitSize() 188 void Emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in Emit()
|
D | MCMachObjectWriter.h | 25 class MachObjectWriter; variable 71 virtual void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 80 class MachObjectWriter : public MCObjectWriter { 122 MachObjectWriter(MCMachObjectTargetWriter *MOTW, raw_pwrite_stream &OS, in MachObjectWriter() function
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 29 void RecordARMScatteredRelocation(MachObjectWriter *Writer, 38 void RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, 45 bool requiresExternRelocation(MachObjectWriter *Writer, 57 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 142 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, in RecordARMScatteredHalfRelocation() 244 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation() 308 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation() 348 void ARMMachObjectWriter::RecordRelocation(MachObjectWriter *Writer, in RecordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 28 bool RecordScatteredRelocation(MachObjectWriter *Writer, 36 void RecordTLVPRelocation(MachObjectWriter *Writer, 44 void RecordX86Relocation(MachObjectWriter *Writer, 51 void RecordX86_64Relocation(MachObjectWriter *Writer, MCAssembler &Asm, 62 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in RecordRelocation() 100 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 342 bool X86MachObjectWriter::RecordScatteredRelocation(MachObjectWriter *Writer, in RecordScatteredRelocation() 437 void X86MachObjectWriter::RecordTLVPRelocation(MachObjectWriter *Writer, in RecordTLVPRelocation() 481 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 27 bool RecordScatteredRelocation(MachObjectWriter *Writer, 34 void RecordPPCRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, 44 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in RecordRelocation() 193 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordScatteredRelocation() 305 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 37 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 145 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordRelocation()
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 1126 + MachObjectWriter.cpp \
|