Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DSymbolSize.cpp29 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 DCOFFObjectFile.cpp342 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
H A DMachOObjectFile.cpp2143 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp234 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 DMachineFunctionSplitter.cpp236 return X.getSectionID().Type < Y.getSectionID().Type; in runOnMachineFunction()
H A DMachineFunction.cpp368 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections()
370 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections()
374 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
H A DMachineBasicBlock.cpp551 if (getSectionID() != MBBSectionID(0)) { in printName()
554 switch (getSectionID().Type) { in printName()
562 os << getSectionID().Number; in printName()
H A DTargetLoweringObjectFileImpl.cpp1047 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 DRuntimeDyldImpl.h224 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 DRuntimeDyld.cpp419 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 DRuntimeDyldMachO.cpp119 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp1137 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 DRuntimeDyldMachOX86_64.h185 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
211 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.h55 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h636 MBBSectionID getSectionID() const { return SectionID; }
684 return getSectionID() == MBB->getSectionID();
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp252 DstMBB->setSectionID(SrcMBB.getSectionID()); in cloneMF()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h439 unsigned getSectionID(SectionRef Sec) const;
H A DCOFF.h976 unsigned getSectionID(SectionRef Sec) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1053 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()
1393 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()