/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 31 void MachObjectWriter::reset() { in reset() 41 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() 55 bool MachObjectWriter:: 60 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel() 67 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment, in getFragmentAddress() 73 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbol &S, in getSymbolAddress() 106 uint64_t MachObjectWriter::getPaddingSize(const MCSection *Sec, in getPaddingSize() 119 void MachObjectWriter::writeHeader(MachO::HeaderFileType Type, in writeHeader() 155 void MachObjectWriter::writeSegmentLoadCommand( in writeSegmentLoadCommand() 196 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, in writeSection() [all …]
|
D | MCLinkerOptimizationHint.cpp | 27 const MachObjectWriter &ObjWriter, in emit_impl() 35 void MCLOHDirective::emit(MachObjectWriter &ObjWriter, in emit() 41 uint64_t MCLOHDirective::getEmitSize(const MachObjectWriter &ObjWriter, in getEmitSize()
|
D | CMakeLists.txt | 45 MachObjectWriter.cpp
|
/external/llvm/include/llvm/MC/ |
D | MCLinkerOptimizationHint.h | 30 class MachObjectWriter; variable 109 void emit_impl(raw_ostream &OutStream, const MachObjectWriter &ObjWriter, 126 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const; 130 uint64_t getEmitSize(const MachObjectWriter &ObjWriter, 158 uint64_t getEmitSize(const MachObjectWriter &ObjWriter, in getEmitSize() 169 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in emit()
|
D | MCMachObjectWriter.h | 24 class MachObjectWriter; variable 65 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 74 class MachObjectWriter : public MCObjectWriter { 117 MachObjectWriter(MCMachObjectTargetWriter *MOTW, raw_pwrite_stream &OS, in MachObjectWriter() function
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MachObjectWriter.cpp | 30 bool MachObjectWriter:: 45 bool MachObjectWriter:: 51 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel() 58 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment, in getFragmentAddress() 64 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbolData* SD, in getSymbolAddress() 97 uint64_t MachObjectWriter::getPaddingSize(const MCSectionData *SD, in getPaddingSize() 110 void MachObjectWriter::WriteHeader(unsigned NumLoadCommands, in WriteHeader() 144 void MachObjectWriter::WriteSegmentLoadCommand(unsigned NumSections, in WriteSegmentLoadCommand() 182 void MachObjectWriter::WriteSection(const MCAssembler &Asm, in WriteSection() 232 void MachObjectWriter::WriteSymtabLoadCommand(uint32_t SymbolOffset, in WriteSymtabLoadCommand() [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 29 void RecordARMScatteredRelocation(MachObjectWriter *Writer, 38 void RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, 45 bool requiresExternRelocation(MachObjectWriter *Writer, 54 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 139 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, in RecordARMScatteredHalfRelocation() 243 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation() 310 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation() 348 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 26 void RecordScatteredRelocation(MachObjectWriter *Writer, 34 void RecordTLVPRelocation(MachObjectWriter *Writer, 42 void RecordX86Relocation(MachObjectWriter *Writer, 49 void RecordX86_64Relocation(MachObjectWriter *Writer, 62 void RecordRelocation(MachObjectWriter *Writer, in RecordRelocation() 99 void X86MachObjectWriter::RecordX86_64Relocation(MachObjectWriter *Writer, in RecordX86_64Relocation() 338 void X86MachObjectWriter::RecordScatteredRelocation(MachObjectWriter *Writer, in RecordScatteredRelocation() 404 void X86MachObjectWriter::RecordTLVPRelocation(MachObjectWriter *Writer, in RecordTLVPRelocation() 451 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
|
/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, 60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 365 bool X86MachObjectWriter::recordScatteredRelocation(MachObjectWriter *Writer, in recordScatteredRelocation() 465 void X86MachObjectWriter::recordTLVPRelocation(MachObjectWriter *Writer, in recordTLVPRelocation() 507 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCMachObjectWriter.h | 25 class MachObjectWriter; variable 64 virtual void RecordRelocation(MachObjectWriter *Writer, 75 class MachObjectWriter : public MCObjectWriter { 109 MachObjectWriter(MCMachObjectTargetWriter *MOTW, raw_ostream &_OS, in MachObjectWriter() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 27 void RecordARMScatteredRelocation(MachObjectWriter *Writer, 35 void RecordARMMovwMovtRelocation(MachObjectWriter *Writer, 48 void RecordRelocation(MachObjectWriter *Writer, 122 RecordARMMovwMovtRelocation(MachObjectWriter *Writer, in RecordARMMovwMovtRelocation() 219 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation() 280 void ARMMachObjectWriter::RecordRelocation(MachObjectWriter *Writer, in RecordRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 27 bool recordScatteredRelocation(MachObjectWriter *Writer, 34 void RecordPPCRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 192 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in recordScatteredRelocation() 302 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 36 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 145 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 54 void RecordRelocation(MachObjectWriter *Writer, in RecordRelocation()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 270 MCAsmLayout &Layout, MachObjectWriter &Writer) { in createDwarfSegment() 324 auto &Writer = static_cast<MachObjectWriter &>(MCAsm.getWriter()); in generateDsymCompanion()
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 170 lib/MC/MachObjectWriter.cpp \
|
D | BUILD.gn | 272 "lib/MC/MachObjectWriter.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 384 ${LLVM_DIR}/lib/MC/MachObjectWriter.cpp
|