Searched defs:IsFunction (Results 1 – 8 of 8) sorted by relevance
39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
361 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsFunction() { in IsFunction() function in CefV8ValueCToCpp
207 DEF_GETTER(HeapObject, IsFunction, bool) { in DEF_GETTER() argument
1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local
1704 bool CefV8ValueImpl::IsFunction() { in IsFunction() function in CefV8ValueImpl
1562 void Verifier::verifyAttributeTypes(AttributeSet Attrs, bool IsFunction, in verifyAttributeTypes()
3569 bool Value::IsFunction() const { return Utils::OpenHandle(this)->IsCallable(); } in IsFunction() function in v8::Value
926 struct IsFunction struct