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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h204 object::section_iterator SecI = *SectionOrError;
206 bool IsExtern = SecI == Obj.section_end();
231 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp563 section_iterator SecI = Obj->getRelocationSection(DR); local
564 if (SecI != Obj->section_end())
565 TargetName = unwrapOrError(Obj->getFileName(), SecI->getName());
636 section_iterator SecI = *SecIOrErr; local
637 if (SecI != Obj->section_end())
638 SectionName = unwrapOrError(Obj->getFileName(), SecI->getName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp144 section_iterator SecI = O.getRelocationRelocatedSection(RI); local
145 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp199 object::section_iterator SecI = *SecIOrErr; local
201 if (SecI == Obj->section_end())
203 const SectionRef &Sec = *SecI;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp936 elf_section_iterator SecI = *SecIOrErr;
937 if (SecI != Obj.section_end()) {
938 uint32_t Type = SecI->getType();
939 uint64_t Flags = SecI->getFlags();
947 auto NameOrErr = SecI->getName();
987 section_iterator SecI = *SecIOrErr; local
988 const coff_section *Section = Obj.getCOFFSection(*SecI);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1355 section_iterator SecI =
1357 if (SecI == Obj->section_end())
1360 AllSymbols[*SecI].emplace_back(Address, Name, SymbolType);
1616 section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName);
1617 if (SecI != Obj->section_end())
1618 AllSymbols[*SecI].push_back(createSymbolInfo(Obj, Symbol));

Completed in 83 milliseconds