| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | SymbolSize.cpp | 28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function 30 return M->getSectionID(Sec); in getSectionID() 34 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID() 75 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
|
| H A D | COFFObjectFile.cpp | 335 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
|
| H A D | MachOObjectFile.cpp | 2045 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
|
| /netbsd-src/external/apache2/llvm/dist/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 | 413 if (GSTEntry.getSectionID() == VR.SectionID && in loadObjectImpl() 947 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol() 1114 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
|
| H A D | RuntimeDyldMachO.cpp | 119 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
|
| H A D | RuntimeDyldELF.cpp | 1099 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch() 1217 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 265 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() && in assignSections() 272 : MBB.getSectionID(); in assignSections() 378 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() 401 auto XSectionID = X.getSectionID(); in runOnMachineFunction() 402 auto YSectionID = Y.getSectionID(); in runOnMachineFunction()
|
| H A D | MachineFunctionSplitter.cpp | 149 return X.getSectionID().Type < Y.getSectionID().Type; in runOnMachineFunction()
|
| H A D | MachineFunction.cpp | 336 auto CurrentSectionID = front().getSectionID(); in assignBeginEndSections() 338 if (MBBI->getSectionID() == CurrentSectionID) in assignBeginEndSections() 342 CurrentSectionID = MBBI->getSectionID(); in assignBeginEndSections()
|
| H A D | MachineBasicBlock.cpp | 530 if (getSectionID() != MBBSectionID(0)) { in printName() 533 switch (getSectionID().Type) { in printName() 541 os << getSectionID().Number; in printName()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 978 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock() 981 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 186 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 212 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 | 56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 574 MBBSectionID getSectionID() const { return SectionID; } 616 return getSectionID() == MBB->getSectionID();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | MachO.h | 293 unsigned getSectionID(SectionRef Sec) const;
|
| H A D | COFF.h | 983 unsigned getSectionID(SectionRef Sec) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 995 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection() 1335 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
|