Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h426 using SymbolResolverFuncTy = llvm::function_ref<uint64_t(const MCSymbol *)>; variable
431 SymbolResolverFuncTy Resolver);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp117 SymbolResolverFuncTy Resolver) { in flushPendingRelocations()