Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h203 object::section_iterator SecI = *SectionOrError; in processRelocationRef() local
205 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
230 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID)) in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp560 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local
561 if (SecI != Obj->section_end()) in printRelocation()
562 TargetName = unwrapOrError(Obj->getFileName(), SecI->getName()); in printRelocation()
639 section_iterator SecI = *SecIOrErr; in printSymbol() local
640 if (SecI != Obj->section_end()) in printSymbol()
641 SectionName = unwrapOrError(Obj->getFileName(), SecI->getName()); in printSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp362 section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName); in disassemble() local
363 if (SecI != Obj->section_end()) in disassemble()
364 AllSymbols[*SecI].push_back(SymbolInfoTy(Addr, Name, ELF::STT_NOTYPE)); in disassemble()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp144 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local
145 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp199 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local
201 if (SecI == Obj->section_end()) in dumpCXXData()
203 const SectionRef &Sec = *SecI; in dumpCXXData()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp941 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
942 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()
943 uint32_t Type = SecI->getType(); in getSymbolNMTypeChar()
944 uint64_t Flags = SecI->getFlags(); in getSymbolNMTypeChar()
952 auto NameOrErr = SecI->getName(); in getSymbolNMTypeChar()
992 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
993 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp714 section_iterator SecI = in addDynamicElfSymbols() local
716 if (SecI == Obj->section_end()) in addDynamicElfSymbols()
719 AllSymbols[*SecI].emplace_back(Address, Name, SymbolType); in addDynamicElfSymbols()
1096 section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName); in disassembleObject() local
1097 if (SecI != Obj->section_end()) in disassembleObject()
1098 AllSymbols[*SecI].push_back(createSymbolInfo(Obj, Symbol)); in disassembleObject()