Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp80 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 DWebAssemblyTargetStreamer.cpp62 assert(Sym->isFunction()); in emitFunctionType()
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp436 if (!isFunction()) in getFunctionBaseName()
466 if (!isFunction()) in getFunctionDeclContextName()
509 if (!isFunction()) in getFunctionName()
517 if (!isFunction()) in getFunctionParameters()
534 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h43 bool isFunction = false; member
190 bool isFunction);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h27 FORWARD_SYMBOL_METHOD(isFunction)
H A DIPDBRawSymbol.h177 virtual bool isFunction() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DDemangle.h116 bool isFunction() const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding()
663 assert(Base->isFunction()); in getProvisionalValue()
1260 assert(Symbol.isFunction()); in getFunctionType()
1272 assert(Symbol.isFunction()); in registerFunctionType()
1353 if (WS.isFunction()) { in prepareImports()
1369 if (WS.isFunction()) { in prepareImports()
1423 if (WS.isFunction()) in prepareImports()
1584 if (WS.isFunction()) { in writeOneObject()
1740 if (Base->isFunction()) { in writeOneObject()
1830 assert(Rel.Symbol->isFunction()); in writeOneObject()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h43 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp224 if (WasmSym->isFunction()) { in parseDirectiveSize()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h150 bool isFunction() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h155 bool isFunction() const override;
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp126 if (WasmSym->isFunction()) in lowerSymbolOperand()
H A DWebAssemblyAsmPrinter.cpp306 if (WasmSym->isFunction()) { in emitDecls()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp435 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp302 if (XCOFFSym.isFunction()) in getSymbolType()
1220 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1286 if (!pub_sym_up->isFunction()) in CacheFunctionNames()
1943 if (pdb_public_sym->isFunction()) { in GetMangledForPDBFunc()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h818 bool isFunction() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1118 if (WasmSym->isFunction()) { in doBeforeLabelEmit()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8837 static bool isFunction(SDValue Op) { in isFunction() function
8965 if (OpInfo.isIndirect && isFunction(OpInfo.CallOperand) && in visitInlineAsm()
9217 if (isFunction(InOperandVal)) { in visitInlineAsm()
/openbsd-src/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst1785 …eAtomTypeNameFlags - Flags for functions and global variables (isFunction, isInlined, isExternal.…