Searched refs:getMachOX86RelocationKindName (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMachO_x86_64.h59 StringRef getMachOX86RelocationKindName(Edge::Kind R);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp339 getMachOX86RelocationKindName(*Kind));
445 return getMachOX86RelocationKindName(R);
461 printEdge(ErrStream, B, E, getMachOX86RelocationKindName(E.getKind()));
582 StringRef getMachOX86RelocationKindName(Edge::Kind R) { function in namespace:llvm::jitlink

Completed in 57 milliseconds