Home
last modified time | relevance | path

Searched refs:getSectionID (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Object/
H A DSymbolSize.cpp28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function
30 return M->getSectionID(Sec); in getSectionID()
31 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID()
67 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
H A DCOFFObjectFile.cpp333 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
H A DMachOObjectFile.cpp1988 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h228 unsigned getSectionID() const { return SectionID; } in getSectionID() function
500 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress()
502 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
513 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol()
514 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
529 auto SectionID = KV.second.getSectionID(); in getSymbolTable()
H A DRuntimeDyldChecker.cpp895 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
898 getRTDyld().Sections[SymInfo.getSectionID()].getSize() - in getSubsectionStartingAt()
939 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
H A DRuntimeDyldMachO.cpp120 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
H A DRuntimeDyld.cpp864 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
1039 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
H A DRuntimeDyldELF.cpp1023 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch()
1141 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h187 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
H A DRuntimeDyldMachOAArch64.h498 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
508 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h57 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h296 unsigned getSectionID(SectionRef Sec) const;
H A DCOFF.h936 unsigned getSectionID(SectionRef Sec) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp963 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()
1262 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()