Home
last modified time | relevance | path

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

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