Home
last modified time | relevance | path

Searched refs:isFunction (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp79 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 DWebAssemblyTargetStreamer.cpp64 assert(Sym->isFunction()); in emitFunctionType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp281 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 DItaniumDemangle.cpp399 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 DLTOModule.h43 bool isFunction = 0; member
186 bool isFunction);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h28 FORWARD_SYMBOL_METHOD(isFunction)
H A DIPDBRawSymbol.h177 virtual bool isFunction() const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h111 bool isFunction() const;
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.js494 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 Djquery.qtip.js182 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 DWasmObjectWriter.cpp425 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 DRichManglingContext.cpp90 return m_ipd.isFunction(); in IsFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h44 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 DDIARawSymbol.h150 bool isFunction() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h155 bool isFunction() const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp436 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp127 if (WasmSym->isFunction()) in lowerSymbolOperand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h533 bool isFunction() const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp388 if (SymbolEntRef.isFunction() && NumberOfAuxEntries >= 2) in printSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1272 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 DXCOFFObjectFile.cpp797 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol