Lines Matching refs:PopulateHeader
243 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOSection
319 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
338 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
369 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOTextSection
370 MachOSection::PopulateHeader(header); in PopulateHeader()
399 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::FullHeaderELFSection
400 ELFSection::PopulateHeader(header); in PopulateHeader()
464 void ELFSection::PopulateHeader(Writer::Slot<ELFSection::Header> header, in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
469 PopulateHeader(header); in PopulateHeader()
594 section->PopulateHeader(headers.at(index)); in WriteSections()
725 section->PopulateHeader(headers.at(index), strtab); in WriteSectionTable()
902 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSymbolTable
903 ELFSection::PopulateHeader(header); in PopulateHeader()