Searched defs:VFunc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCXX.cpp | 264 llvm::Value *VFunc = CGF.Builder.CreateAlignedLoad( BuildAppleKextVirtualCall() local |
H A D | ItaniumCXXABI.cpp | 2036 llvm::Value *VFunc, *VTableSlotPtr = nullptr; getVirtualFunctionPointer() local |
H A D | MicrosoftCXXABI.cpp | 1982 llvm::Value *VFunc; getVirtualFunctionPointer() local |
/llvm-project/llvm/unittests/ProfileData/ | ||
H A D | InstrProfTest.cpp | 1747 Function *VFunc = Function::Create(FTy, Linkage, FuncName, M.get()); TEST() local |