Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6207 SupportsRelocation IsSupportedFn; in printRelocatableStackSizes() local
6209 std::tie(IsSupportedFn, Resolver) = getRelocationResolver(this->ObjF); in printRelocatableStackSizes()
6218 if (!IsSupportedFn || !IsSupportedFn(R.Type)) { in printRelocatableStackSizes()