Searched refs:ELFSection (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dgdb-jit.cc33 class ELFSection;
35 typedef ELFSection DebugSection;
278 class ELFSection : public DebugSectionBase<ELFSectionHeader> { class in namespace:v8
310 ELFSection(const char* name, Type type, uintptr_t align) function in class:v8::ELFSection
313 virtual ~ELFSection() { }
383 class FullHeaderELFSection : public ELFSection {
392 : ELFSection(name, type, align),
400 ELFSection::PopulateHeader(header);
415 class ELFStringTable : public ELFSection {
418 : ELFSection(nam
[all...]
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp530 const MCSection *ELFSection = getContext().getELFSection( local
532 getStreamer().SwitchSection(ELFSection, Subsection);
537 std::make_pair(ELFSection, std::make_pair(nullptr, nullptr)));

Completed in 22 milliseconds