Searched refs:isFunction (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 292 info.isFunction = false; in addObjCClass() 306 info.isFunction = false; in addObjCClass() 331 info.isFunction = false; in addObjCCategory() 350 info.isFunction = false; in addObjCClassRef() 433 bool isFunction) { in addDefinedSymbol() argument 439 if (isFunction) { in addDefinedSymbol() 478 info.isFunction = isFunction; in addDefinedSymbol() 510 info.isFunction = false; in addAsmGlobalSymbol() 518 if (info.isFunction) in addAsmGlobalSymbol() 543 info.isFunction = false; in addAsmGlobalSymbolUndef() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTOModule.h | 44 bool isFunction; member 189 bool isFunction);
|
| /minix3/minix/share/beaglebone/weather/ |
| H A D | jquery.js | 4 …isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.getElementById(i[2]),o&&o.p… method 5 …isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(l)… 6 …isFunction(e))return this.each(function(t){x(this).wrapAll(e.call(this,t))});if(this[0]){var t=x(e…
|
| /minix3/minix/llvm/passes/include/common/ |
| H A D | qprof_common.h | 54 bool isFunction(); 240 inline bool QProfSite::isFunction() in isFunction() function 374 if (site->isFunction()) { in getLLFunctions()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Verifier.cpp | 365 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, bool isFunction, 801 bool isFunction, const Value *V) { in VerifyAttributeTypes() argument 842 if (!isFunction) { in VerifyAttributeTypes() 854 } else if (isFunction) { in VerifyAttributeTypes()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1653 …eAtomTypeNameFlags - Flags for functions and global variables (isFunction, isInlined, isExternal.…
|