Searched refs:getSectionID (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolSize.cpp28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { function
30 return M->getSectionID(Sec);
34 return cast<COFFObjectFile>(O).getSectionID(Sec);
75 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
H A DCOFFObjectFile.cpp335 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp2045 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { function in class:MachOObjectFile
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp149 return X.getSectionID().Type < Y.getSectionID().Type;
H A DBasicBlockSections.cpp265 if (MBB.isEHPad() && EHPadsSectionID != MBB.getSectionID() &&
272 : MBB.getSectionID();
378 auto EntryBBSectionID = MF.front().getSectionID();
401 auto XSectionID = X.getSectionID();
402 auto YSectionID = Y.getSectionID();
H A DMachineFunction.cpp336 auto CurrentSectionID = front().getSectionID();
338 if (MBBI->getSectionID() == CurrentSectionID)
342 CurrentSectionID = MBBI->getSectionID();
H A DMachineBasicBlock.cpp530 if (getSectionID() != MBBSectionID(0)) {
533 switch (getSectionID().Type) {
541 os << getSectionID().Number;
H A DTargetLoweringObjectFileImpl.cpp978 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) {
981 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h224 unsigned getSectionID() const { return SectionID; } function in class:llvm::SymbolTableEntry
495 if (SymInfo.getSectionID() == AbsoluteSymbolSection)
497 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
504 return GSTItr->second.getSectionID();
515 if (SymEntry.getSectionID() != AbsoluteSymbolSection)
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
531 auto SectionID = KV.second.getSectionID();
H A DRuntimeDyld.cpp413 if (GSTEntry.getSectionID() == VR.SectionID &&
947 Relocations[SymInfo.getSectionID()].push_back(RECopy);
1114 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
H A DRuntimeDyldMachO.cpp119 Value.SectionID = SymInfo.getSectionID();
H A DRuntimeDyldELF.cpp1099 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset(
1217 Value.SectionID = SymInfo.getSectionID();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h186 SectionBID = SubtrahendI->second.getSectionID();
212 SectionAID = MinuendI->second.getSectionID();
H A DRuntimeDyldMachOAArch64.h497 unsigned SectionBID = SubtrahendI->second.getSectionID();
507 unsigned SectionAID = MinuendI->second.getSectionID();
H A DRuntimeDyldMachOARM.h56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h574 MBBSectionID getSectionID() const { return SectionID; } function in class:llvm::MachineBasicBlock
616 return getSectionID() == MBB->getSectionID();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h293 unsigned getSectionID(SectionRef Sec) const;
H A DCOFF.h983 unsigned getSectionID(SectionRef Sec) const;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp995 W.printNumber("Section", SectionName, Obj->getSectionID(Section));
1335 W.printNumber("Section", SectionName, Obj->getSectionID(Section));

Completed in 318 milliseconds