| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchRelaxation.cpp | 188 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 …]
|
| H A D | BasicBlockSections.cpp | 222 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() && in assignSections() 228 : MBB.getSectionID(); in assignSections() 333 auto EntryBBSectionID = EntryBB.getSectionID(); in handleBBSections() 358 auto XSectionID = X.getSectionID(); in handleBBSections() 359 auto YSectionID = Y.getSectionID(); in handleBBSections()
|
| H A D | MachineFunctionSplitter.cpp | 102 return X.getSectionID().Type < Y.getSectionID().Type; in finishAdjustingBasicBlocksAndLandingPads()
|
| H A D | MachineFunction.cpp | 385 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections() 387 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections() 391 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
|
| H A D | MachineBasicBlock.cpp | 559 if (getSectionID() != MBBSectionID(0)) { in printName() 562 switch (getSectionID().Type) { in printName() 570 os << getSectionID().Number; in printName()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 1044 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock() 1047 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
|
| /src/contrib/llvm-project/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() 92 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
|
| H A D | COFFObjectFile.cpp | 341 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
|
| H A D | MachOObjectFile.cpp | 2150 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 224 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 D | RuntimeDyld.cpp | 419 if (GSTEntry.getSectionID() == VR.SectionID && in loadObjectImpl() 966 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol() 1132 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
|
| H A D | RuntimeDyldMachO.cpp | 119 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
|
| H A D | RuntimeDyldELF.cpp | 1142 TargetSectionID = SymInfo.getSectionID(); in resolveAArch64ShortBranch() 1266 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef() 2352 LLVM_DEBUG(dbgs() << "\tSectionID: " << Symbol.getSectionID() in finalizeLoad() 2357 Symbol.getSectionID(), Symbol.getOffset()); in finalizeLoad()
|
| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 681 MBBSectionID getSectionID() const { return SectionID; } 723 return getSectionID() == MBB->getSectionID();
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 256 {Asm->MBBSectionRanges[MBB.getSectionID()].BeginLabel, in computeCallSiteTable() 257 Asm->MBBSectionRanges[MBB.getSectionID()].EndLabel, in computeCallSiteTable()
|
| H A D | AsmPrinter.cpp | 1391 MBBSectionNumBlocks[MBB.getSectionID()] = BBCount; in emitBBAddrMapSection() 1407 OutStreamer->emitULEB128IntValue(MBBSectionNumBlocks[MBB.getSectionID()]); in emitBBAddrMapSection() 1858 assert(!MBBSectionRanges.contains(MBB.getSectionID()) && in emitFunctionBody() 1860 MBBSectionRanges[MBB.getSectionID()] = in emitFunctionBody() 1977 assert(!MBBSectionRanges.contains(MF->front().getSectionID()) && in emitFunctionBody() 1979 MBBSectionRanges[MF->front().getSectionID()] = in emitFunctionBody() 2545 auto Res = MBBSectionExceptionSyms.try_emplace(MBB.getSectionID()); in getMBBExceptionSym()
|
| H A D | DwarfDebug.cpp | 1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionID()].EndLabel; in buildLocationList() 2067 PrevInstBB->getSectionID() == MI->getParent()->getSectionID()); in beginInstruction()
|
| H A D | DwarfCompileUnit.cpp | 687 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionID()]; in attachRangesOrLowHighPC()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 536 W.printNumber("Section", SectionName, getObj().getSectionID(Section)); in traverseTypeSection() 646 W.printNumber("Section", SectionName, getObj().getSectionID(Section)); in traverseSymbolSection()
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 440 unsigned getSectionID(SectionRef Sec) const;
|
| H A D | COFF.h | 1038 unsigned getSectionID(SectionRef Sec) const;
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1143 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection() 1484 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
|