|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/ObjectFile.h 66 uint64_t getType() const;
References
lib/DebugInfo/DWARF/DWARFContext.cpp 1666 if (Supports && Supports(Reloc.getType())) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 631 uint64_t TypeFunc = i->getType();
650 uint64_t TypeTOC = i->getType();
1047 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(),
1062 unsigned RelType = RelI->getType();
1113 uint64_t RelType = RelI->getType();
1923 unsigned RelTy = R.getType();
1940 switch (R.getType()) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h 57 uint64_t RelType = RelI->getType();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h 79 uint64_t RelType = RelI->getType();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h 208 uint64_t RelType = RelI->getType();
lib/Object/ELFObjectFile.cpp 442 if (Relocation.getType() != JumpSlotReloc)
lib/Object/Object.cpp 340 return (*unwrap(RI))->getType();
lib/Object/RelocationResolver.cpp 43 switch (R.getType()) {
72 switch (R.getType()) {
93 switch (R.getType()) {
115 switch (R.getType()) {
138 switch (R.getType()) {
159 switch (R.getType()) {
182 switch (R.getType()) {
204 switch (R.getType()) {
225 switch (R.getType()) {
242 if (R.getType() == ELF::R_PPC_ADDR32)
252 if (R.getType() == ELF::R_ARM_ABS32)
268 switch (R.getType()) {
283 if (R.getType() == ELF::R_LANAI_32)
300 uint32_t Rel = R.getType();
319 uint32_t Rel = R.getType();
330 if (R.getType() == ELF::R_HEX_32)
358 switch (R.getType()) {
401 switch (R.getType()) {
421 switch (R.getType()) {
442 switch (R.getType()) {
462 switch (R.getType()) {
477 if (R.getType() == MachO::X86_64_RELOC_UNSIGNED)
502 switch (R.getType()) {
lib/XRay/InstrumentationMap.cpp 104 if (Reloc.getType() != RelativeRelocation)
tools/llvm-readobj/COFFDumper.cpp 1394 uint64_t RelocType = Reloc.getType();
tools/llvm-readobj/ELFDumper.cpp 4948 if (!IsSupportedFn || !IsSupportedFn(Reloc.getType()))
4953 EF->getRelocationTypeName(Reloc.getType()).data()),
tools/llvm-readobj/WasmDumper.cpp 87 uint64_t RelocType = Reloc.getType();