Home
last modified time | relevance | path

Searched refs:getSectionID (Results 1 – 22 of 22) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1140 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()
1481 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp301 MBB.getSectionID() == MBBSectionID::ColdSectionID) { in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp342 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
H A DMachOObjectFile.cpp2150 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
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()
85 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1142 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch()
1259 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
2347 LLVM_DEBUG(dbgs() << "\tSectionID: " << Symbol.getSectionID() in finalizeLoad()
2352 Symbol.getSectionID(), Symbol.getOffset()); in finalizeLoad()
H A DRuntimeDyldImpl.h224 unsigned getSectionID() const { return SectionID; } in getSectionID() function
505 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress()
507 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
514 return GSTItr->second.getSectionID(); in getSymbolSectionID()
525 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol()
526 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
541 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp536 W.printNumber("Section", SectionName, getObj().getSectionID(Section)); in traverseTypeSection()
646 W.printNumber("Section", SectionName, getObj().getSectionID(Section)); in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1041 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
1044 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
H A DMachineFunction.cpp384 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections()
386 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections()
390 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
H A DMachineFunctionSplitter.cpp102 return X.getSectionID().Type < Y.getSectionID().Type; in finishAdjustingBasicBlocksAndLandingPads()
H A DMachineBasicBlock.cpp553 if (getSectionID() != MBBSectionID(0)) { in printName()
556 switch (getSectionID().Type) { in printName()
564 os << getSectionID().Number; in printName()
H A DBasicBlockSections.cpp213 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() && in assignSections()
219 : MBB.getSectionID(); in assignSections()
322 auto EntryBBSectionID = EntryBB.getSectionID(); in runOnMachineFunction()
347 auto XSectionID = X.getSectionID(); in runOnMachineFunction()
348 auto YSectionID = Y.getSectionID(); in runOnMachineFunction()
H A DBranchRelaxation.cpp188 if (MBB.getSectionID() != MBBSectionID::ColdSectionID) in scanFunction()
258 NewBB->setSectionID(OrigMBB.getSectionID()); in createNewBlockAfter()
282 NewBB->setSectionID(OrigBB->getSectionID()); in splitBlockBeforeInstr()
339 SrcBB->getSectionID() != DestBB.getSectionID() in isBlockInRange()
409 if (MBB->getSectionID() != TBB->getSectionID() && in fixupConditionalBranch()
410 TBB->getSectionID() == MBBSectionID::ColdSectionID && in fixupConditionalBranch()
548 MI.getOpcode(), MBB->getSectionID() != DestBB->getSectionID() in fixupUnconditionalBranch()
587 BranchBB->getSectionID() != DestBB->getSectionID() in fixupUnconditionalBranch()
599 if (MBB->getSectionID() == MBBSectionID::ColdSectionID && in fixupUnconditionalBranch()
600 DestBB->getSectionID() != MBBSectionID::ColdSectionID) { in fixupUnconditionalBranch()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1038 unsigned getSectionID(SectionRef Sec) const;
H A DMachO.h440 unsigned getSectionID(SectionRef Sec) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h652 MBBSectionID getSectionID() const { return SectionID; }
700 return getSectionID() == MBB->getSectionID();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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()
H A DRuntimeDyldMachOX86_64.h185 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
211 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()