Searched refs:tryDemangleForVFABI (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp294 Optional<VFInfo> VFABI::tryDemangleForVFABI(StringRef MangledName) { function in class:VFABI
H A DVectorUtils.cpp1177 Optional<VFInfo> Info = VFABI::tryDemangleForVFABI(S);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h156 Optional<VFInfo> tryDemangleForVFABI(StringRef MangledName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp301 Optional<VFInfo> VI = VFABI::tryDemangleForVFABI(VariantMapping);

Completed in 80 milliseconds