Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp548 const MCSection *ELFSection = getContext().getELFSection( in ParseSectionArguments() local
/external/chromium_org/v8/src/
Dgdb-jit.cc281 class ELFSection : public DebugSectionBase<ELFSectionHeader> { class
313 ELFSection(const char* name, Type type, uintptr_t align) in ELFSection() function in v8::internal::ELFSection