| /openbsd-src/gnu/llvm/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 | 2143 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 234 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() && in assignSections() 240 : MBB.getSectionID(); in assignSections() 352 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() 375 auto XSectionID = X.getSectionID(); in runOnMachineFunction() 376 auto YSectionID = Y.getSectionID(); in runOnMachineFunction()
|
| H A D | MachineFunctionSplitter.cpp | 236 return X.getSectionID().Type < Y.getSectionID().Type; in runOnMachineFunction()
|
| H A D | MachineFunction.cpp | 368 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections() 370 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections() 374 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
|
| H A D | MachineBasicBlock.cpp | 551 if (getSectionID() != MBBSectionID(0)) { in printName() 554 switch (getSectionID().Type) { in printName() 562 os << getSectionID().Number; in printName()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 1047 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock() 1050 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 224 unsigned getSectionID() const { return SectionID; } in getSectionID() function 499 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress() 501 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress() 508 return GSTItr->second.getSectionID(); in getSymbolSectionID() 519 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol() 520 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 535 auto SectionID = KV.second.getSectionID(); in getSymbolTable()
|
| H A D | RuntimeDyld.cpp | 419 if (GSTEntry.getSectionID() == VR.SectionID && in loadObjectImpl() 966 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol() 1133 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() 2341 LLVM_DEBUG(dbgs() << "\tSectionID: " << Symbol.getSectionID() in finalizeLoad() 2346 Symbol.getSectionID(), Symbol.getOffset()); in finalizeLoad()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 636 MBBSectionID getSectionID() const { return SectionID; } 684 return getSectionID() == MBB->getSectionID();
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 252 DstMBB->setSectionID(SrcMBB.getSectionID()); in cloneMF()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | MachO.h | 439 unsigned getSectionID(SectionRef Sec) const;
|
| H A D | COFF.h | 976 unsigned getSectionID(SectionRef Sec) const;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1053 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection() 1393 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
|