Searched refs:addRelocations (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ | ||
| H A D | ELFLinkGraphBuilder.h | 72 virtual Error addRelocations() = 0; |
| H A D | MachOLinkGraphBuilder.h | 94 virtual Error addRelocations() = 0; |
| H A D | ELF_riscv.cpp | 172 Error addRelocations() override { in addRelocations() function in llvm::jitlink::ELFLinkGraphBuilder_riscv |
| H A D | ELF_x86_64.cpp | 259 Error addRelocations() override { in addRelocations() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64 |
| H A D | MachO_x86_64.cpp | 201 Error addRelocations() override { in addRelocations() function in __anona6a973770111::MachOLinkGraphBuilder_x86_64 |
| H A D | MachO_arm64.cpp | 182 Error addRelocations() override { in addRelocations() function in __anond9e8b5920111::MachOLinkGraphBuilder_arm64 |
| H A D | MachOLinkGraphBuilder.cpp | 42 if (auto Err = addRelocations()) in buildGraph() |