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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 123 section_iterator SecI = *SectionOrError;
125 const bool IsExtern = SecI == Obj.section_end();
171 bool IsCode = SecI->isText();
174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 191 section_iterator SecI = *SectionOrError;
193 const bool IsExtern = SecI == Obj.section_end();
244 bool IsCode = SecI->isText();
247 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID))
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 549 section_iterator SecI = Obj->getRelocationSection(DR);
550 if (SecI != Obj->section_end()) {
551 error(SecI->getName(TargetName));
621 section_iterator SecI = *SecIOrErr;
622 if (SecI != Obj->section_end())
623 error(SecI->getName(SectionName));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 551 section_iterator SecI = Obj->getRelocationSection(DR);
552 if (SecI != Obj->section_end()) {
553 error(SecI->getName(TargetName));
623 section_iterator SecI = *SecIOrErr;
624 if (SecI != Obj->section_end())
625 error(SecI->getName(SectionName));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 142 section_iterator SecI = O.getRelocationRelocatedSection(RI);
143 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 145 section_iterator SecI = O.getRelocationRelocatedSection(RI);
146 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress();
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 753 elf_section_iterator SecI = *SecIOrErr;
754 if (SecI != Obj.section_end()) {
755 switch (SecI->getType()) {
758 switch (SecI->getFlags()) {
816 section_iterator SecI = *SecIOrErr;
817 const coff_section *Section = Obj.getCOFFSection(*SecI);
    [all...]
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 191 object::section_iterator SecI = *SecIOrErr;
193 if (SecI == Obj->section_end())
195 const SectionRef &Sec = *SecI;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 189 object::section_iterator SecI = *SecIOrErr;
191 if (SecI == Obj->section_end())
193 const SectionRef &Sec = *SecI;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp 887 elf_section_iterator SecI = *SecIOrErr;
888 if (SecI != Obj.section_end()) {
889 switch (SecI->getType()) {
892 switch (SecI->getFlags()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]

Completed in 377 milliseconds