Home
last modified time | relevance | path

Searched refs:addRelocations (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h70 virtual Error addRelocations() = 0;
178 if (auto Err = addRelocations()) in buildGraph()
H A DCOFFLinkGraphBuilder.h47 virtual Error addRelocations() = 0;
H A DMachOLinkGraphBuilder.h95 virtual Error addRelocations() = 0;
H A DCOFF_x86_64.cpp51 Error addRelocations() override { in addRelocations() function in __anon821e58090111::COFFLinkGraphBuilder_x86_64
H A DELF_x86_64.cpp143 Error addRelocations() override { in addRelocations() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
H A DELF_aarch64.cpp126 Error addRelocations() override { in addRelocations() function in __anon2d072e3c0111::ELFLinkGraphBuilder_aarch64
H A DMachO_x86_64.cpp201 Error addRelocations() override { in addRelocations() function in __anon54c436f30111::MachOLinkGraphBuilder_x86_64
H A DMachO_arm64.cpp210 Error addRelocations() override { in addRelocations() function in __anon0dbaf98e0111::MachOLinkGraphBuilder_arm64
H A DCOFFLinkGraphBuilder.cpp89 if (auto Err = addRelocations()) in buildGraph()
H A DELF_riscv.cpp479 Error addRelocations() override { in addRelocations() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
H A DMachOLinkGraphBuilder.cpp42 if (auto Err = addRelocations()) in buildGraph()