|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/ObjectFile.h 135 DataRefImpl getRawDataRefImpl() const;
References
include/llvm/Object/ELFObjectFile.h 109 return getObject()->getSectionType(getRawDataRefImpl());
113 return getObject()->getSectionFlags(getRawDataRefImpl());
117 return getObject()->getSectionOffset(getRawDataRefImpl());
include/llvm/Object/ObjectFile.h 570 object::DataRefImpl Raw = Sec.getRawDataRefImpl();
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp 109 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl());
117 Obj.getSection64(SecRef.getRawDataRefImpl());
125 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 114 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
170 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 188 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h 216 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl());
lib/Object/COFFObjectFile.cpp 333 uintptr_t(Sec.getRawDataRefImpl().p) - uintptr_t(SectionTable);
1151 return toSec(Section.getRawDataRefImpl());
lib/Object/MachOObjectFile.cpp 1764 DataRefImpl DRI = Sec.getRawDataRefImpl();
2030 return Sec.getRawDataRefImpl().d.a;
4010 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl());
lib/Object/WasmObjectFile.cpp 1546 return getWasmSection(Section.getRawDataRefImpl());
tools/llvm-nm/llvm-nm.cpp 521 DataRefImpl Ref = Sec->getRawDataRefImpl();
1023 DataRefImpl Ref = Sec->getRawDataRefImpl();
1157 DataRefImpl Ref = S.getRawDataRefImpl();
1371 Section.getRawDataRefImpl());
1695 Section.getRawDataRefImpl());
tools/llvm-objcopy/MachO/MachOReader.cpp 92 MachOObj.getSectionContents(SecRef->getRawDataRefImpl()))
99 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()),
100 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl());
tools/llvm-objdump/ELFDump.cpp 91 Obj->getSection((*SymSI)->getRawDataRefImpl());
tools/llvm-objdump/MachODump.cpp 1019 uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a;
1453 DataRefImpl Ref = Section.getRawDataRefImpl();
1540 DataRefImpl Ref = Sect->getRawDataRefImpl();
1757 DataRefImpl Ref = Section.getRawDataRefImpl();
1858 DataRefImpl Ref = Section.getRawDataRefImpl();
1960 DataRefImpl Ref = Section.getRawDataRefImpl();
3298 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl();
4095 DataRefImpl Ref = Section.getRawDataRefImpl();
4117 DataRefImpl Ref = S.getRawDataRefImpl();
4166 DataRefImpl Ref = S.getRawDataRefImpl();
5845 DataRefImpl Ref = S.getRawDataRefImpl();
5913 DataRefImpl Ref = S.getRawDataRefImpl();
5964 DataRefImpl Ref = S.getRawDataRefImpl();
6026 DataRefImpl Ref = S.getRawDataRefImpl();
6081 DataRefImpl Ref = S.getRawDataRefImpl();
7438 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
tools/llvm-objdump/llvm-objdump.cpp 1248 DataRefImpl DR = Section.getRawDataRefImpl();
1870 DataRefImpl DR = Section->getRawDataRefImpl();
tools/llvm-readobj/ELFDumper.cpp 4837 const Elf_Shdr *ElfSec = Obj->getSection(Sec.getRawDataRefImpl());
4892 const Elf_Shdr *ElfSec = Obj->getSection(Sec.getRawDataRefImpl());
4906 Obj->getSection((*RelSecOrErr)->getRawDataRefImpl());
4938 Obj->getSection(StackSizesSec.getRawDataRefImpl());
tools/llvm-readobj/MachODumper.cpp 466 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
467 DataRefImpl DR = Section.getRawDataRefImpl();