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

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp548 const MCSection *ELFSection = getContext().getELFSection( local
550 getStreamer().SwitchSection(ELFSection, Subsection);
555 std::make_pair(ELFSection, std::make_pair(nullptr, nullptr)));
/external/chromium_org/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...]

Completed in 202 milliseconds