Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h72 virtual Error addRelocations() = 0;
152 if (auto Err = addRelocations()) in buildGraph()
H A DMachOLinkGraphBuilder.h94 virtual Error addRelocations() = 0;
H A DELF_riscv.cpp172 Error addRelocations() override { in addRelocations() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
H A DELF_x86_64.cpp259 Error addRelocations() override { in addRelocations() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
H A DMachO_x86_64.cpp201 Error addRelocations() override { in addRelocations() function in __anona6a973770111::MachOLinkGraphBuilder_x86_64
H A DMachO_arm64.cpp182 Error addRelocations() override { in addRelocations() function in __anond9e8b5920111::MachOLinkGraphBuilder_arm64
H A DMachOLinkGraphBuilder.cpp42 if (auto Err = addRelocations()) in buildGraph()