HomeSort by: relevance | last modified time | path
    Searched refs:IHexWriter (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 267 // calculation in IHexWriter::finalize.
371 class IHexWriter : public Writer {
384 ~IHexWriter() {}
387 IHexWriter(Object &Obj, raw_ostream &Out) : Writer(Obj, Out) {}
Object.cpp 2603 bool IHexWriter::SectionCompare::operator()(const SectionBase *Lhs,
2609 uint64_t IHexWriter::writeEntryPointRecord(uint8_t *Buf) {
2630 uint64_t IHexWriter::writeEndOfFileRecord(uint8_t *Buf) {
2636 Error IHexWriter::write() {
2658 Error IHexWriter::checkSection(const SectionBase &Sec) {
2668 Error IHexWriter::finalize() {
ELFObjcopy.cpp 164 return std::make_unique<IHexWriter>(Obj, Out);

Completed in 19 milliseconds