Home
last modified time | relevance | path

Searched refs:ELFWriter (Results 1 – 25 of 75) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DELFWriter.cpp59 char ELFWriter::ID = 0;
65 ELFWriter::ELFWriter(raw_ostream &o, TargetMachine &tm) in ELFWriter() function in ELFWriter
83 ELFWriter::~ELFWriter() { in ~ELFWriter()
108 bool ELFWriter::doInitialization(Module &M) { in doInitialization()
187 ELFSection &ELFWriter::getDataSection() { in getDataSection()
193 ELFSection &ELFWriter::getBSSSection() { in getBSSSection()
199 ELFSection &ELFWriter::getCtorSection() { in getCtorSection()
205 ELFSection &ELFWriter::getDtorSection() { in getDtorSection()
734 void ELFWriter::EmitRelocations() { in EmitRelocations()
919 unsigned ELFWriter::SortSymbols() { in SortSymbols()
[all …]
H A DELFCodeEmitter.h17 class ELFWriter; variable
23 ELFWriter &EW;
41 explicit ELFCodeEmitter(ELFWriter &ew) : EW(ew), TM(EW.TM) {} in ELFCodeEmitter()
H A DELFWriter.h54 class ELFWriter : public MachineFunctionPass {
65 ELFWriter(raw_ostream &O, TargetMachine &TM);
66 ~ELFWriter();
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/
H A DZEELFObjectBuilder.cpp35 class ELFWriter { class
347 ELFWriter w(os, *this); in finalize()
489 uint64_t ELFWriter::writeSymTab() in writeSymTab()
535 uint64_t ELFWriter::writeZEInfo() in writeZEInfo()
590 uint64_t ELFWriter::writeStrTab() in writeStrTab()
632 void ELFWriter::writeSections() in writeSections()
735 void ELFWriter::writeHeader() in writeHeader()
797 ELFWriter::ELFWriter(llvm::raw_pwrite_stream& OS, in ELFWriter() function in ELFWriter
803 uint64_t ELFWriter::write() in write()
815 ELFWriter::SectionHdrEntry& ELFWriter::createNullSectionHdrEntry() in createNullSectionHdrEntry()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DELFObjectWriter.cpp72 struct ELFWriter;
79 ELFWriter &EWriter;
101 struct ELFWriter {
281 friend struct ELFWriter;
295 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections)
299 friend struct ELFWriter;
328 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly)
330 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly)
399 bool ELFWriter::is64Bit() const {
609 void ELFWriter::computeSymbolTable(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DELFObjectWriter.cpp74 struct ELFWriter;
81 ELFWriter &EWriter;
103 struct ELFWriter { struct
283 friend struct ELFWriter;
297 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
301 friend struct ELFWriter;
330 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
332 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
401 bool ELFWriter::is64Bit() const { in is64Bit()
623 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
607 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DELFObjectWriter.cpp72 struct ELFWriter;
79 ELFWriter &EWriter;
101 struct ELFWriter { struct
281 friend struct ELFWriter;
295 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
299 friend struct ELFWriter;
328 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
330 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
399 bool ELFWriter::is64Bit() const { in is64Bit()
614 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
282 friend struct ELFWriter;
296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
300 friend struct ELFWriter;
329 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
331 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
400 bool ELFWriter::is64Bit() const { in is64Bit()
610 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
272 friend struct ELFWriter;
286 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
290 friend struct ELFWriter;
319 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
321 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
391 bool ELFWriter::is64Bit() const { in is64Bit()
602 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
272 friend struct ELFWriter;
286 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
290 friend struct ELFWriter;
319 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
321 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
391 bool ELFWriter::is64Bit() const { in is64Bit()
602 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
272 friend struct ELFWriter;
286 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
290 friend struct ELFWriter;
319 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
321 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
391 bool ELFWriter::is64Bit() const { in is64Bit()
602 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
272 friend struct ELFWriter;
286 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
290 friend struct ELFWriter;
319 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
321 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
391 bool ELFWriter::is64Bit() const { in is64Bit()
602 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
272 friend struct ELFWriter;
286 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
290 friend struct ELFWriter;
319 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
321 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
391 bool ELFWriter::is64Bit() const { in is64Bit()
602 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp73 struct ELFWriter;
80 ELFWriter &EWriter;
102 struct ELFWriter { struct
272 friend struct ELFWriter;
286 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
290 friend struct ELFWriter;
319 uint64_t Size = ELFWriter(*this, OS, IsLittleEndian, ELFWriter::NonDwoOnly) in writeObject()
321 Size += ELFWriter(*this, DwoOS, IsLittleEndian, ELFWriter::DwoOnly) in writeObject()
391 bool ELFWriter::is64Bit() const { in is64Bit()
602 void ELFWriter::computeSymbolTable( in computeSymbolTable()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-objcopy/
H A DObject.cpp963 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr()
1007 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs()
1012 template <class ELFT> void ELFWriter<ELFT>::writeShdrs() { in writeShdrs()
1041 template <class ELFT> void ELFWriter<ELFT>::writeSectionData() { in writeSectionData()
1175 template <class ELFT> void ELFWriter<ELFT>::assignOffsets() { in assignOffsets()
1206 template <class ELFT> void ELFWriter<ELFT>::write() { in write()
1216 template <class ELFT> void ELFWriter<ELFT>::finalize() { in finalize()
1398 template class ELFWriter<ELF64LE>; variable
1399 template class ELFWriter<ELF64BE>; variable
1400 template class ELFWriter<ELF32LE>; variable
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp1224 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr()
1282 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs()
1287 template <class ELFT> void ELFWriter<ELFT>::writeShdrs() { in writeShdrs()
1450 template <class ELFT> void ELFWriter<ELFT>::initEhdrSegment() { in initEhdrSegment()
1461 template <class ELFT> void ELFWriter<ELFT>::assignOffsets() { in assignOffsets()
1492 template <class ELFT> void ELFWriter<ELFT>::write() { in write()
1502 template <class ELFT> void ELFWriter<ELFT>::finalize() { in finalize()
1688 template class ELFWriter<ELF64LE>; variable
1689 template class ELFWriter<ELF64BE>; variable
1690 template class ELFWriter<ELF32LE>; variable
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1699 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr()
1756 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs()
1761 template <class ELFT> void ELFWriter<ELFT>::writeShdrs() { in writeShdrs()
1818 ELFWriter<ELFT>::ELFWriter(Object &Obj, Buffer &Buf, bool WSH, in ELFWriter() function in llvm::objcopy::elf::ELFWriter
2071 template <class ELFT> void ELFWriter<ELFT>::assignOffsets() { in assignOffsets()
2115 template <class ELFT> Error ELFWriter<ELFT>::write() { in write()
2146 template <class ELFT> Error ELFWriter<ELFT>::finalize() { in finalize()
2394 template class ELFWriter<ELF64LE>; variable
2395 template class ELFWriter<ELF64BE>; variable
2396 template class ELFWriter<ELF32LE>; variable
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp1699 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { in writeEhdr()
1756 template <class ELFT> void ELFWriter<ELFT>::writePhdrs() { in writePhdrs()
1761 template <class ELFT> void ELFWriter<ELFT>::writeShdrs() { in writeShdrs()
1818 ELFWriter<ELFT>::ELFWriter(Object &Obj, Buffer &Buf, bool WSH, in ELFWriter() function in llvm::objcopy::elf::ELFWriter
2071 template <class ELFT> void ELFWriter<ELFT>::assignOffsets() { in assignOffsets()
2115 template <class ELFT> Error ELFWriter<ELFT>::write() { in write()
2146 template <class ELFT> Error ELFWriter<ELFT>::finalize() { in finalize()
2394 template class ELFWriter<ELF64LE>; variable
2395 template class ELFWriter<ELF64BE>; variable
2396 template class ELFWriter<ELF32LE>; variable
[all …]

123