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

  /external/llvm/lib/CodeGen/
ELF.h 110 Sym->SectionIdx = 0xfff1; // ELFSection::SHN_ABS;
122 Sym->SectionIdx = 0; //ELFSection::SHN_UNDEF;
133 unsigned short SectionIdx;
139 Size(0), Info(0), Other(ELF::STV_DEFAULT), SectionIdx(0),
180 /// SectionIdx - The number of the section in the Section Table.
181 unsigned short SectionIdx;
ELFCodeEmitter.cpp 76 FnSym->SectionIdx = ES->SectionIdx;
95 MR.setConstantVal(ES->SectionIdx);
112 MR.setConstantVal(ES->SectionIdx);
121 MR.setConstantVal(JTSection.SectionIdx);
155 CPSections.push_back(CstPool.SectionIdx);
ELFWriter.cpp 381 GblSym->SectionIdx = ELF::SHN_COMMON;
390 GblSym->SectionIdx = ES.SectionIdx;
403 GblSym->SectionIdx = ES.SectionIdx;
713 SectionSym->SectionIdx = ES.SectionIdx;
766 RelSec.Link = SymTab.SectionIdx;
767 RelSec.Info = S.SectionIdx;
796 unsigned SectionIdx = PrivateSyms[SymIdx]->SectionIdx
    [all...]
ELFWriter.h 161 SN->SectionIdx = NumSections++;
  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 107 FnSym->SectionIdx = Text.SectionIdx;

Completed in 63 milliseconds