HomeSort by relevance Sort by last modified time
    Searched defs:ELFSection (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 522 MCSection *ELFSection = getContext().getELFSection(SectionName, Type, Flags,
524 getStreamer().SwitchSection(ELFSection, Subsection);
527 bool InsertResult = getContext().addGenDwarfSection(ELFSection);
532 if (!ELFSection->getBeginSymbol()) {
535 ELFSection->setBeginSymbol(SectionStartSymbol);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 110 Sym->SectionIdx = 0xfff1; // ELFSection::SHN_ABS;
122 Sym->SectionIdx = 0; //ELFSection::SHN_UNDEF;
163 /// ELFSection - This struct contains information about each section that is
166 class ELFSection : public BinaryObject {
193 ELFSection(const std::string &name, bool isLittleEndian, bool is64Bit)
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 32 class ELFSection {
33 ELFSection() = delete;
34 ELFSection(const ELFSection &) = delete;
35 ELFSection &operator=(const ELFSection &) = delete;
38 virtual ~ELFSection() = default;
49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags,
102 class ELFTextSection : public ELFSection {
108 using ELFSection::ELFSection
    [all...]
  /external/v8/src/
gdb-jit.cc 36 class ELFSection;
38 typedef ELFSection DebugSection;
281 class ELFSection : public DebugSectionBase<ELFSectionHeader> {
313 ELFSection(const char* name, Type type, uintptr_t align)
316 virtual ~ELFSection() { }
382 class FullHeaderELFSection : public ELFSection {
391 : ELFSection(name, type, align),
399 ELFSection::PopulateHeader(header);
414 class ELFStringTable : public ELFSection {
417 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0)
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 246 milliseconds