| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | SymbolSize.cpp | 29 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function 31 return M->getSectionID(Sec); in getSectionID() 36 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID() 79 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
|
| H A D | COFFObjectFile.cpp | 342 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
|
| H A D | MachOObjectFile.cpp | 2099 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 232 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() && in assignSections() 238 : MBB.getSectionID(); in assignSections() 344 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() 367 auto XSectionID = X.getSectionID(); in runOnMachineFunction() 368 auto YSectionID = Y.getSectionID(); in runOnMachineFunction()
|
| H A D | MachineFunctionSplitter.cpp | 146 return X.getSectionID().Type < Y.getSectionID().Type; in runOnMachineFunction()
|
| H A D | MachineFunction.cpp | 361 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections() 363 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections() 367 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
|
| H A D | MachineBasicBlock.cpp | 531 if (getSectionID() != MBBSectionID(0)) { in printName() 534 switch (getSectionID().Type) { in printName() 542 os << getSectionID().Number; in printName()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 1013 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock() 1016 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 224 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 D | RuntimeDyld.cpp | 415 if (GSTEntry.getSectionID() == VR.SectionID && in loadObjectImpl() 970 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol() 1137 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
|
| H A D | RuntimeDyldMachO.cpp | 119 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
|
| H A D | RuntimeDyldELF.cpp | 1137 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch() 1254 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 185 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 211 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 497 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 507 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 55 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 398 RTDyld->reassignSectionAddress(Section->getSectionID(), in mapInstrumentationSection() 419 RTDyld->reassignSectionAddress(FuncSection->getSectionID(), in mapCodeSections() 441 RTDyld->reassignSectionAddress(FuncSection->getSectionID(), Addr); in mapCodeSections()
|
| H A D | RewriteInstance.cpp | 3600 RTDyld.reassignSectionAddress(FunctionSection->getSectionID(), in mapCodeSections() 3669 RTDyld.reassignSectionAddress(Section->getSectionID(), in mapCodeSections() 3700 RTDyld.reassignSectionAddress(FuncSection->getSectionID(), in mapCodeSections() 3719 RTDyld.reassignSectionAddress(Section.getSectionID(), JT->getAddress()); in mapCodeSections() 3750 RTDyld.reassignSectionAddress(ColdSection->getSectionID(), in mapCodeSections() 3802 RTDyld.reassignSectionAddress(Section->getSectionID(), in mapDataSections() 3836 RTDyld.reassignSectionAddress(OrgSection->getSectionID(), in mapDataSections() 3859 RTDyld.reassignSectionAddress(Section.getSectionID(), in mapExtraSections()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 597 MBBSectionID getSectionID() const { return SectionID; } 639 return getSectionID() == MBB->getSectionID();
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 404 unsigned getSectionID() const { in getSectionID() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 231 DstMBB->setSectionID(SrcMBB.getSectionID()); in cloneMF()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | MachO.h | 414 unsigned getSectionID(SectionRef Sec) const;
|
| H A D | COFF.h | 983 unsigned getSectionID(SectionRef Sec) const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 999 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection() 1339 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
|