Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp120 printEdge(dbgs(), BlockToFix, GE, getCOFFX86RelocationKindName(Kind)); in addSingleRelocation()
131 : COFFLinkGraphBuilder(Obj, std::move(T), getCOFFX86RelocationKindName) {} in COFFLinkGraphBuilder_x86_64()
210 const char *getCOFFX86RelocationKindName(Edge::Kind R) { in getCOFFX86RelocationKindName() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DCOFF_x86_64.h34 const char *getCOFFX86RelocationKindName(Edge::Kind R);