| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 80 assert(SymA.isFunction()); in getRelocType() 103 if (SymA.isFunction()) in getRelocType() 107 if (SymA.isFunction()) in getRelocType() 113 if (SymA.isFunction()) in getRelocType() 124 if (SymA.isFunction()) { in getRelocType() 142 if (SymA.isFunction()) { in getRelocType()
|
| H A D | WebAssemblyTargetStreamer.cpp | 62 assert(Sym->isFunction()); in emitFunctionType()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 425 if (!isFunction()) in getFunctionBaseName() 455 if (!isFunction()) in getFunctionDeclContextName() 498 if (!isFunction()) in getFunctionName() 506 if (!isFunction()) in getFunctionParameters() 523 if (!isFunction()) in getFunctionReturnType() 545 if (!isFunction()) in hasFunctionQualifiers() 583 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler 596 return !isFunction() && !isSpecialName(); in isData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOModule.h | 43 bool isFunction = false; member 190 bool isFunction);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolPublicSymbol.h | 27 FORWARD_SYMBOL_METHOD(isFunction)
|
| H A D | IPDBRawSymbol.h | 177 virtual bool isFunction() const = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 115 bool isFunction() const;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 663 assert(Base->isFunction()); in getProvisionalValue() 1262 assert(Symbol.isFunction()); in getFunctionType() 1274 assert(Symbol.isFunction()); in registerFunctionType() 1355 if (WS.isFunction()) { in prepareImports() 1371 if (WS.isFunction()) { in prepareImports() 1425 if (WS.isFunction()) in prepareImports() 1585 if (WS.isFunction()) { in writeOneObject() 1741 if (Base->isFunction()) { in writeOneObject() 1831 assert(Rel.Symbol->isFunction()); in writeOneObject() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 43 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Record.h | 109 bool isFunction() const { return GV == Kind::Function; } in isFunction() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 225 if (WasmSym->isFunction()) { in parseDirectiveSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 155 bool isFunction() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 150 bool isFunction() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 126 if (WasmSym->isFunction()) in lowerSymbolOperand()
|
| H A D | WebAssemblyAsmPrinter.cpp | 308 if (WasmSym->isFunction()) { in emitDecls()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 80 if (!Record->isFunction()) in findGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 435 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 302 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() 1232 Expected<bool> XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1290 if (!pub_sym_up->isFunction()) in CacheFunctionNames() 1928 if (pdb_public_sym->isFunction()) { in GetMangledForPDBFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 841 Expected<bool> isFunction() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1130 if (WasmSym->isFunction()) { in doBeforeLabelEmit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
|