Home
last modified time | relevance | path

Searched refs:SectionIdx (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp76 FnSym->SectionIdx = ES->SectionIdx; in finishFunction()
95 MR.setConstantVal(ES->SectionIdx); in finishFunction()
112 MR.setConstantVal(ES->SectionIdx); in finishFunction()
121 MR.setConstantVal(JTSection.SectionIdx); in finishFunction()
155 CPSections.push_back(CstPool.SectionIdx); in emitConstantPool()
DELFWriter.cpp381 GblSym->SectionIdx = ELF::SHN_COMMON; in EmitGlobal()
390 GblSym->SectionIdx = ES.SectionIdx; in EmitGlobal()
403 GblSym->SectionIdx = ES.SectionIdx; in EmitGlobal()
713 SectionSym->SectionIdx = ES.SectionIdx; in doFinalization()
766 RelSec.Link = SymTab.SectionIdx; in EmitRelocations()
767 RelSec.Info = S.SectionIdx; in EmitRelocations()
796 unsigned SectionIdx = PrivateSyms[SymIdx]->SectionIdx; in EmitRelocations() local
798 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex(); in EmitRelocations()
808 unsigned SectionIdx = MR.getConstantVal(); in EmitRelocations() local
809 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex(); in EmitRelocations()
[all …]
DELF.h110 Sym->SectionIdx = 0xfff1; // ELFSection::SHN_ABS; in getFileSym()
122 Sym->SectionIdx = 0; //ELFSection::SHN_UNDEF; in getUndefGV()
133 unsigned short SectionIdx; member
139 Size(0), Info(0), Other(ELF::STV_DEFAULT), SectionIdx(0), in ELFSym()
181 unsigned short SectionIdx; variable
DELFWriter.h161 SN->SectionIdx = NumSections++;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.cpp107 FnSym->SectionIdx = Text.SectionIdx; in MakeELF()