| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 79 assert(SymA.isFunction()); in getRelocType() 97 if (SymA.isFunction()) in getRelocType() 101 if (SymA.isFunction()) in getRelocType() 107 if (SymA.isFunction()) in getRelocType() 118 if (SymA.isFunction()) { in getRelocType() 136 if (SymA.isFunction()) { in getRelocType()
|
| H A D | WebAssemblyTargetStreamer.cpp | 64 assert(Sym->isFunction()); in emitFunctionType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 281 info.isFunction = false; in addObjCClass() 295 info.isFunction = false; in addObjCClass() 320 info.isFunction = false; in addObjCCategory() 339 info.isFunction = false; in addObjCClassRef() 419 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-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 399 if (!isFunction()) in getFunctionBaseName() 429 if (!isFunction()) in getFunctionDeclContextName() 474 if (!isFunction()) in getFunctionName() 482 if (!isFunction()) in getFunctionParameters() 501 if (!isFunction()) in getFunctionReturnType() 525 if (!isFunction()) in hasFunctionQualifiers() 563 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler 576 return !isFunction() && !isSpecialName(); in isData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOModule.h | 43 bool isFunction = 0; member 186 bool isFunction);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolPublicSymbol.h | 28 FORWARD_SYMBOL_METHOD(isFunction)
|
| H A D | IPDBRawSymbol.h | 177 virtual bool isFunction() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 111 bool isFunction() const;
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 494 isFunction: function( obj ) { 811 if ( !jQuery.isFunction( fn ) ) { 2246 if ( jQuery.isFunction( value ) ) { 2282 if ( jQuery.isFunction( value ) ) { 2316 if ( jQuery.isFunction( value ) ) { 2363 var hooks, ret, isFunction, 2386 isFunction = jQuery.isFunction( value ); 2395 if ( isFunction ) { 5747 if ( jQuery.isFunction(text) ) { 5999 if ( jQuery.isFunction(value) ) { [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)) { 851 else if($.isFunction(posOptions.effect)) { 999 if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); } 1000 if($.isFunction(contentOptions.title)) { this._updateTitle(contentOptions.title, FALSE); } [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 425 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 609 assert(Base->isFunction()); in getProvisionalValue() 1205 assert(Symbol.isFunction()); in getFunctionType() 1217 assert(Symbol.isFunction()); in registerFunctionType() 1298 if (WS.isFunction()) { in prepareImports() 1314 if (WS.isFunction()) { in prepareImports() 1369 if (WS.isFunction()) in prepareImports() 1530 if (WS.isFunction()) { in writeOneObject() 1690 if (Base->isFunction()) { in writeOneObject() 1778 assert(Rel.Symbol->isFunction()); in writeOneObject() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | RichManglingContext.cpp | 90 return m_ipd.isFunction(); in IsFunction()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 150 bool isFunction() const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 155 bool isFunction() const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 436 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 127 if (WasmSym->isFunction()) in lowerSymbolOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 533 bool isFunction() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 388 if (SymbolEntRef.isFunction() && NumberOfAuxEntries >= 2) in printSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1272 if (!pub_sym_up->isFunction()) in CacheFunctionNames() 1932 if (pdb_public_sym->isFunction()) { in GetMangledForPDBFunc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 797 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
|