Home
last modified time | relevance | path

Searched refs:GetEdgeKindName (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h839 GetEdgeKindNameFunction GetEdgeKindName) in LinkGraph() argument
841 Endianness(Endianness), GetEdgeKindName(std::move(GetEdgeKindName)) {} in LinkGraph()
856 const char *getEdgeKindName(Edge::Kind K) const { return GetEdgeKindName(K); } in getEdgeKindName()
1210 GetEdgeKindNameFunction GetEdgeKindName = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp50 LinkGraph::GetEdgeKindNameFunction GetEdgeKindName) in MachOLinkGraphBuilder() argument
54 getEndianness(Obj), std::move(GetEdgeKindName))) {} in MachOLinkGraphBuilder()
H A DMachOLinkGraphBuilder.h85 LinkGraph::GetEdgeKindNameFunction GetEdgeKindName);