Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTypeMetadataUtils.h87 getFunctionAtVTableOffset(GlobalVariable *GV, uint64_t Offset, Module &M);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp219 llvm::getFunctionAtVTableOffset(GlobalVariable *GV, uint64_t Offset, in getFunctionAtVTableOffset() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp640 getFunctionAtVTableOffset(GV, VTableGVOffset.getZExtValue(), *M); in tryPromoteCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp576 std::tie(Callee, std::ignore) = getFunctionAtVTableOffset( in computeVTableInfos()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1072 getFunctionAtVTableOffset(TM.Bits->GV, TM.Offset + ByteOffset, M); in tryFindVirtualCallTargets()