Home
last modified time | relevance | path

Searched refs:resolveRelocation (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData);
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData);
65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp934 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
941 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1054 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1073 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1107 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1239 resolveRelocation( in processRelocationRef()
1257 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1498 resolveRelocation(Section, Offset, in processRelocationRef()
1542 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1657 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp934 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
941 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1054 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1073 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1107 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1239 resolveRelocation( in processRelocationRef()
1257 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1498 resolveRelocation(Section, Offset, in processRelocationRef()
1542 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1657 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
934 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1048 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1067 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1101 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1233 resolveRelocation( in processRelocationRef()
1251 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1492 resolveRelocation(Section, Offset, in processRelocationRef()
1536 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1651 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp934 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
941 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1054 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1073 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1107 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1239 resolveRelocation( in processRelocationRef()
1257 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1498 resolveRelocation(Section, Offset, in processRelocationRef()
1542 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1657 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
934 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1047 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1066 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1100 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1232 resolveRelocation( in processRelocationRef()
1250 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1491 resolveRelocation(Section, Offset, in processRelocationRef()
1535 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1650 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
175 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
934 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1047 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1066 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1100 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1232 resolveRelocation( in processRelocationRef()
1250 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1491 resolveRelocation(Section, Offset, in processRelocationRef()
1535 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1650 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
934 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1047 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1066 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1100 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1232 resolveRelocation( in processRelocationRef()
1250 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1491 resolveRelocation(Section, Offset, in processRelocationRef()
1535 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1650 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
934 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1048 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1067 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1101 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1233 resolveRelocation( in processRelocationRef()
1251 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1492 resolveRelocation(Section, Offset, in processRelocationRef()
1536 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1651 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp916 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
923 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1036 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1055 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1089 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1221 resolveRelocation( in processRelocationRef()
1239 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1480 resolveRelocation(Section, Offset, in processRelocationRef()
1524 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1639 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1056 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1090 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1222 resolveRelocation( in processRelocationRef()
1240 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1481 resolveRelocation(Section, Offset, in processRelocationRef()
1525 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1056 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1090 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1222 resolveRelocation( in processRelocationRef()
1240 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1481 resolveRelocation(Section, Offset, in processRelocationRef()
1525 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;

12345678910>>...12