Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6642 SupportsRelocation IsSupportedFn; in printRelocatableStackSizes() local
6644 std::tie(IsSupportedFn, Resolver) = getRelocationResolver(this->ObjF); in printRelocatableStackSizes()
6653 if (!IsSupportedFn || !IsSupportedFn(R.Type)) { in printRelocatableStackSizes()