Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
34 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID()
75 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
H A DCOFFObjectFile.cpp335 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
H A DMachOObjectFile.cpp2045 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h224 unsigned getSectionID() const { return SectionID; } in getSectionID() function
495 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress()
497 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
504 return GSTItr->second.getSectionID(); in getSymbolSectionID()
515 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol()
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
531 auto SectionID = KV.second.getSectionID(); in getSymbolTable()
H A DRuntimeDyld.cpp413 if (GSTEntry.getSectionID() == VR.SectionID && in loadObjectImpl()
947 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
1114 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
H A DRuntimeDyldMachO.cpp119 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp1099 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch()
1217 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp265 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() && in assignSections()
272 : MBB.getSectionID(); in assignSections()
378 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction()
401 auto XSectionID = X.getSectionID(); in runOnMachineFunction()
402 auto YSectionID = Y.getSectionID(); in runOnMachineFunction()
H A DMachineFunctionSplitter.cpp149 return X.getSectionID().Type < Y.getSectionID().Type; in runOnMachineFunction()
H A DMachineFunction.cpp336 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections()
338 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections()
342 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
H A DMachineBasicBlock.cpp530 if (getSectionID() != MBBSectionID(0)) { in printName()
533 switch (getSectionID().Type) { in printName()
541 os << getSectionID().Number; in printName()
H A DTargetLoweringObjectFileImpl.cpp978 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
981 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h186 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
212 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
H A DRuntimeDyldMachOAArch64.h497 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
507 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h574 MBBSectionID getSectionID() const { return SectionID; }
616 return getSectionID() == MBB->getSectionID();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h293 unsigned getSectionID(SectionRef Sec) const;
H A DCOFF.h983 unsigned getSectionID(SectionRef Sec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp995 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()
1335 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()