Searched refs:VFunc (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp266 llvm::Value *VFunc = CGF.Builder.CreateAlignedLoad( local
268 CGCallee Callee(GD, VFunc);
H A DItaniumCXXABI.cpp1887 llvm::Value *VFunc; local
1889 VFunc = CGF.EmitVTableTypeCheckedLoad(
1926 VFunc = VFuncLoad;
1929 CGCallee Callee(GD, VFunc);
H A DMicrosoftCXXABI.cpp1920 llvm::Value *VFunc; local
1922 VFunc = CGF.EmitVTableTypeCheckedLoad(
1931 VFunc = Builder.CreateAlignedLoad(VFuncPtr, CGF.getPointerAlign());
1934 CGCallee Callee(GD, VFunc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2033 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) {
2034 CallSlots[{MD, VC.VFunc.Offset}]
2041 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) {
2042 CallSlots[{MD, VC.VFunc.Offset}]
2162 for (StringRef Name : NameByGUID[VC.VFunc.GUID]) {
2163 CallSlots[{Name, VC.VFunc.Offset}]
2170 for (StringRef Name : NameByGUID[VC.VFunc.GUID]) {
2171 CallSlots[{Name, VC.VFunc.Offset}]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h517 VFuncId VFunc; member in struct:llvm::CalleeInfo::FunctionSummary::ConstVCall
783 return DenseMapInfo<FunctionSummary::VFuncId>::isEqual(L.VFunc, R.VFunc) &&
788 return I.VFunc.GUID;
H A DModuleSummaryIndexYAML.h164 io.mapOptional("VFunc", id.VFunc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp224 UsedTypeIds.insert(TT.VFunc.GUID);
226 UsedTypeIds.insert(TT.VFunc.GUID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3570 Record.push_back(VC.VFunc.GUID);
3571 Record.push_back(VC.VFunc.Offset);
3626 ReferencedTypeIds.insert(VC.VFunc.GUID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9002 assert(ConstVCallList[P.first].VFunc.GUID == 0 &&
9007 std::make_pair(&ConstVCallList[P.first].VFunc.GUID, P.second));
9019 ParseVFuncId(ConstVCall.VFunc, IdToIndexMap, Index))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3207 printVFuncId(ConstVCall.VFunc);

Completed in 233 milliseconds