Home
last modified time | relevance | path

Searched refs:forEachRelocation (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h91 Error forEachRelocation(const object::SectionRef &RelSec,
99 Error forEachRelocation(const object::SectionRef &RelSec, ClassT *Instance,
102 return forEachRelocation(
185 Error COFFLinkGraphBuilder::forEachRelocation(const object::SectionRef &RelSec, in forEachRelocation() function
H A DCOFF_x86_64.cpp58 if (Error Err = COFFLinkGraphBuilder::forEachRelocation( in addRelocations()