| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 80 assert(SymA.isFunction()); in getRelocType() 101 if (SymA.isFunction()) in getRelocType() 105 if (SymA.isFunction()) in getRelocType() 111 if (SymA.isFunction()) in getRelocType() 122 if (SymA.isFunction()) { in getRelocType() 140 if (SymA.isFunction()) { in getRelocType()
|
| H A D | WebAssemblyTargetStreamer.cpp | 60 assert(Sym->isFunction()); in emitFunctionType()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 275 info.isFunction = false; in addObjCClass() 289 info.isFunction = false; in addObjCClass() 313 info.isFunction = false; in addObjCCategory() 331 info.isFunction = false; in addObjCClassRef() 416 bool isFunction) { in addDefinedSymbol() argument 424 if (isFunction) { in addDefinedSymbol() 469 info.isFunction = isFunction; in addDefinedSymbol() 501 info.isFunction = false; in addAsmGlobalSymbol() 509 if (info.isFunction) in addAsmGlobalSymbol() 534 info.isFunction = false; in addAsmGlobalSymbolUndef() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 428 if (!isFunction()) in getFunctionBaseName() 458 if (!isFunction()) in getFunctionDeclContextName() 501 if (!isFunction()) in getFunctionName() 509 if (!isFunction()) in getFunctionParameters() 526 if (!isFunction()) in getFunctionReturnType() 556 if (!isFunction()) in hasFunctionQualifiers() 594 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler 607 return !isFunction() && !isSpecialName(); in isData()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolPublicSymbol.h | 28 FORWARD_SYMBOL_METHOD(isFunction)
|
| H A D | IPDBRawSymbol.h | 178 virtual bool isFunction() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOModule.h | 44 bool isFunction = false; member 198 bool isFunction);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 126 bool isFunction() const;
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 200 } else if ( jQuery.isFunction( selector ) ) { 342 if ( typeof target !== "object" && !jQuery.isFunction(target) ) { 494 isFunction: function( obj ) { 633 isObj = length === undefined || jQuery.isFunction( object ); 811 if ( !jQuery.isFunction( fn ) ) { 843 exec = !pass && exec && jQuery.isFunction(value); 1249 if ( jQuery.isFunction( fn ) ) { 1252 if ( returned && jQuery.isFunction( returned.promise ) ) { 1309 deferred = length <= 1 && firstParam && jQuery.isFunction( firstParam.promise ) ? 1329 if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) { [all …]
|
| H A D | jquery.qtip.js | 182 if(!$.isFunction(title)) { 191 if(!$.isFunction(text)) { 201 $.isFunction(callback) && tooltip.bind( 304 …return !( $.isFunction(c) || (c && c.attr) || c.length || ($.type(c) === 'object' && (c.jquery || … 467 tooltip[($.isFunction(v) ? '' : 'un') + 'bind']('tooltip'+o, v); 589 if($.isFunction(content)) { 594 if($.isFunction(content.then)) { 846 …sNaN(position.left) || isNaN(position.top) || target === 'mouse' || !$.isFunction(posOptions.effec… 851 else if($.isFunction(posOptions.effect)) { 999 if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); } [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 467 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 636 assert(Base->isFunction()); in getProvisionalValue() 1235 assert(Symbol.isFunction()); in getFunctionType() 1247 assert(Symbol.isFunction()); in registerFunctionType() 1343 if (WS.isFunction()) { in prepareImports() 1359 if (WS.isFunction()) { in prepareImports() 1413 if (WS.isFunction()) in prepareImports() 1572 if (WS.isFunction()) { in writeOneObject() 1728 if (Base->isFunction()) { in writeOneObject() 1830 assert(Rel.Symbol->isFunction()); in writeOneObject() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 44 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Record.h | 132 bool isFunction() const { return GV == Kind::Function; } in isFunction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 227 if (WasmSym->isFunction()) { in parseDirectiveSize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 150 bool isFunction() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 156 bool isFunction() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 124 if (WasmSym->isFunction()) in lowerSymbolOperand()
|
| H A D | WebAssemblyAsmPrinter.cpp | 316 if (WasmSym->isFunction()) { in emitDecls()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 435 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 87 if (!Record->isFunction()) in findGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.cpp | 329 auto IsCallableOrErr = Symbol.isFunction(); in processCsectsAndSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 309 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() 1245 Expected<bool> XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1276 if (!pub_sym_up->isFunction()) in CacheFunctionNames() 1911 if (pdb_public_sym->isFunction()) { in GetMangledForPDBFunc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 862 LLVM_ABI Expected<bool> isFunction() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1261 if (WasmSym->isFunction()) { in doBeforeLabelEmit()
|