Home
last modified time | relevance | path

Searched refs:SecI (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h119 section_iterator SecI = *Symbol->getSection(); in processRelocationRef() local
121 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
167 bool IsCode = SecI->isText(); in processRelocationRef()
169 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID); in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp548 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local
549 if (SecI != Obj->section_end()) { in printRelocation()
550 error(SecI->getName(TargetName)); in printRelocation()
616 section_iterator SecI = *SecIOrErr; in printSymbol() local
617 if (SecI != Obj->section_end()) in printSymbol()
618 error(SecI->getName(SectionName)); in printSymbol()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp670 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
671 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()
672 switch (SecI->getType()) { in getSymbolNMTypeChar()
675 switch (SecI->getFlags()) { in getSymbolNMTypeChar()
727 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
728 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp131 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local
132 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp183 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local
185 if (SecI == Obj->section_end()) in dumpCXXData()
187 const SectionRef &Sec = *SecI; in dumpCXXData()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp882 section_iterator SecI = *SectionOrErr; in DisassembleObject() local
883 if (SecI == Obj->section_end()) in DisassembleObject()
886 AllSymbols[*SecI].emplace_back(Address, *Name); in DisassembleObject()