Searched refs:IsFunc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.h37 bool IsFunc) const;
H A DWebAssemblyMCInstLower.cpp41 bool IsFunc) const {
43 IsFunc ? MCSymbolRefExpr::VK_WebAssembly_FUNCTION
48 if (IsFunc)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2989 bool IsFunc = SrcTy->isMemberFunctionPointer(); local
2993 if (IsReinterpret && IsFunc)
3046 bool IsFunc = SrcTy->isMemberFunctionPointer(); local
3054 if (!MSInheritanceAttr::hasOnlyOneField(IsFunc, SrcInheritance)) {
3058 if (MSInheritanceAttr::hasNVOffsetField(IsFunc, SrcInheritance))
3072 llvm::Value *&NVAdjustField = IsFunc ? NonVirtualBaseAdjustment : FirstField;
3163 if (MSInheritanceAttr::hasOnlyOneField(IsFunc, DstInheritance)) {
3169 if (MSInheritanceAttr::hasNVOffsetField(IsFunc, DstInheritance))

Completed in 123 milliseconds