Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h123 section_iterator SecI = *SectionOrError; in processRelocationRef() local
125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
171 bool IsCode = SecI->isText(); in processRelocationRef()
174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h191 section_iterator SecI = *SectionOrError; in processRelocationRef() local
193 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
244 bool IsCode = SecI->isText(); in processRelocationRef()
247 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp549 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local
550 if (SecI != Obj->section_end()) { in printRelocation()
551 error(SecI->getName(TargetName)); in printRelocation()
621 section_iterator SecI = *SecIOrErr; in printSymbol() local
622 if (SecI != Obj->section_end()) in printSymbol()
623 error(SecI->getName(SectionName)); in printSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp551 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local
552 if (SecI != Obj->section_end()) { in printRelocation()
553 error(SecI->getName(TargetName)); in printRelocation()
623 section_iterator SecI = *SecIOrErr; in printSymbol() local
624 if (SecI != Obj->section_end()) in printSymbol()
625 error(SecI->getName(SectionName)); in printSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp145 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local
146 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp142 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local
143 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp753 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
754 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()
755 switch (SecI->getType()) { in getSymbolNMTypeChar()
758 switch (SecI->getFlags()) { in getSymbolNMTypeChar()
816 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
817 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp191 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local
193 if (SecI == Obj->section_end()) in dumpCXXData()
195 const SectionRef &Sec = *SecI; in dumpCXXData()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp189 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local
191 if (SecI == Obj->section_end()) in dumpCXXData()
193 const SectionRef &Sec = *SecI; in dumpCXXData()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp887 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
888 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()
889 switch (SecI->getType()) { in getSymbolNMTypeChar()
892 switch (SecI->getFlags()) { in getSymbolNMTypeChar()
953 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
954 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1214 section_iterator SecI = *SectionOrErr; in addDynamicElfSymbols() local
1215 if (SecI == Obj->section_end()) in addDynamicElfSymbols()
1218 AllSymbols[*SecI].emplace_back(Address, *Name, SymbolType); in addDynamicElfSymbols()
1334 section_iterator SecI = *SectionOrErr; in DisassembleObject() local
1335 if (SecI != Obj->section_end()) in DisassembleObject()
1336 AllSymbols[*SecI].emplace_back(Address, *Name, SymbolType); in DisassembleObject()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1017 section_iterator SecI = *SectionOrErr; in DisassembleObject() local
1018 if (SecI == Obj->section_end()) in DisassembleObject()
1021 AllSymbols[*SecI].emplace_back(Address, *Name); in DisassembleObject()