Searched refs:ELFObjectWriter (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 77 ELFObjectWriter::ELFObjectWriter(GlobalContext &Ctx, ELFStreamer &Out) in ELFObjectWriter() function in Ice::ELFObjectWriter 105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType, in createSection() 116 ELFObjectWriter::createRelocationSection(const ELFSection *RelatedSection) { in createRelocationSection() 135 void ELFObjectWriter::assignRelSectionNumInPairs(SizeT &CurSectionNumber, in assignRelSectionNumInPairs() 161 void ELFObjectWriter::assignRelLinkNum(SizeT SymTabNumber, in assignRelLinkNum() 168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo() 210 Elf64_Off ELFObjectWriter::alignFileOffset(Elf64_Xword Align) { in alignFileOffset() 220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() 280 ELFObjectWriter::SectionType 283 return ELFObjectWriter::ROData; in classifyGlobalSection() [all …]
|
D | IceELFObjectWriter.h | 49 class ELFObjectWriter { 50 ELFObjectWriter() = delete; 51 ELFObjectWriter(const ELFObjectWriter &) = delete; 52 ELFObjectWriter &operator=(const ELFObjectWriter &) = delete; 55 ELFObjectWriter(GlobalContext &Ctx, ELFStreamer &Out);
|
D | IceGlobalContext.h | 297 ELFObjectWriter *getObjectWriter() const { return ObjectWriter.get(); } in getObjectWriter() 494 std::unique_ptr<ELFObjectWriter> ObjectWriter;
|
D | IceDefs.h | 61 class ELFObjectWriter; variable
|
D | IceGlobalContext.cpp | 341 ObjectWriter.reset(new ELFObjectWriter(*this, *ELFStr)); in GlobalContext()
|
D | IceTargetLoweringMIPS32.cpp | 5734 ELFObjectWriter *Writer = Ctx->getObjectWriter(); in emitTargetRODataSections() 5750 ELFObjectWriter *Writer = Ctx->getObjectWriter(); in lowerGlobals() 5851 ELFObjectWriter *Writer = Ctx->getObjectWriter(); in lowerConstants()
|
D | IceTargetLoweringX86BaseImpl.h | 8484 ELFObjectWriter *Writer = Ctx->getObjectWriter(); 8512 ELFObjectWriter *Writer = Ctx->getObjectWriter(); 8548 ELFObjectWriter *Writer = Ctx->getObjectWriter();
|
D | IceTargetLoweringARM32.cpp | 7229 ELFObjectWriter *Writer = Ctx->getObjectWriter(); in lowerGlobals() 7334 ELFObjectWriter *Writer = Ctx->getObjectWriter(); in lowerConstants()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 47 class ELFObjectWriter; 50 ELFObjectWriter &EWriter; 64 SymbolTableWriter(ELFObjectWriter &EWriter, bool Is64Bit); 72 class ELFObjectWriter : public MCObjectWriter { class 143 ELFObjectWriter(MCELFObjectTargetWriter *MOTW, raw_pwrite_stream &OS, in ELFObjectWriter() function in __anon507b89990111::ELFObjectWriter 155 ~ELFObjectWriter() override; 239 void ELFObjectWriter::align(unsigned Alignment) { in align() 244 unsigned ELFObjectWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() 261 SymbolTableWriter::SymbolTableWriter(ELFObjectWriter &EWriter, bool Is64Bit) in SymbolTableWriter() 300 ELFObjectWriter::~ELFObjectWriter() in ~ELFObjectWriter() [all …]
|
D | CMakeLists.txt | 3 ELFObjectWriter.cpp
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 41 bool ELFObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel() 48 bool ELFObjectWriter::RelocNeedsGOT(MCSymbolRefExpr::VariantKind Variant) { in RelocNeedsGOT() 69 ELFObjectWriter::~ELFObjectWriter() in ~ELFObjectWriter() 73 void ELFObjectWriter::WriteHeader(uint64_t SectionDataSize, in WriteHeader() 139 void ELFObjectWriter::WriteSymbolEntry(MCDataFragment *SymtabF, in WriteSymbolEntry() 173 uint64_t ELFObjectWriter::SymbolValue(MCSymbolData &Data, in SymbolValue() 202 void ELFObjectWriter::ExecutePostLayoutBinding(MCAssembler &Asm, in ExecutePostLayoutBinding() 240 void ELFObjectWriter::WriteSymbol(MCDataFragment *SymtabF, in WriteSymbol() 276 void ELFObjectWriter::WriteSymbolTable(MCDataFragment *SymtabF, in WriteSymbolTable() 333 const MCSymbol *ELFObjectWriter::SymbolToReloc(const MCAssembler &Asm, in SymbolToReloc() [all …]
|
D | ELFObjectWriter.h | 37 class ELFObjectWriter : public MCObjectWriter { 164 ELFObjectWriter(MCELFObjectTargetWriter *MOTW, in ELFObjectWriter() function 171 virtual ~ELFObjectWriter(); 355 class X86ELFObjectWriter : public ELFObjectWriter { 371 class ARMELFObjectWriter : public ELFObjectWriter { 401 class PPCELFObjectWriter : public ELFObjectWriter { 417 class MBlazeELFObjectWriter : public ELFObjectWriter { 432 class MipsELFObjectWriter : public ELFObjectWriter {
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 169 lib/MC/ELFObjectWriter.cpp \
|
D | BUILD.gn | 232 "lib/MC/ELFObjectWriter.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 357 ${LLVM_DIR}/lib/MC/ELFObjectWriter.cpp
|