| /llvm-project-15.0.7/llvm/unittests/Demangle/ |
| H A D | PartialDemangleTest.cpp | 68 EXPECT_TRUE(D.isFunction()); in TEST() 92 EXPECT_TRUE(Demangler.isFunction()); in TEST() 103 EXPECT_FALSE(Demangler.isFunction()); in TEST() 106 EXPECT_FALSE(Demangler.isFunction()); in TEST() 143 EXPECT_FALSE(D1.isFunction()); in TEST() 144 EXPECT_TRUE(D2.isFunction()); in TEST()
|
| /llvm-project-15.0.7/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 | 62 assert(Sym->isFunction()); in emitFunctionType()
|
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 441 if (!isFunction()) in getFunctionBaseName() 471 if (!isFunction()) in getFunctionDeclContextName() 516 if (!isFunction()) in getFunctionName() 524 if (!isFunction()) in getFunctionParameters() 543 if (!isFunction()) in getFunctionReturnType() 567 if (!isFunction()) in hasFunctionQualifiers() 605 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler 618 return !isFunction() && !isSpecialName(); in isData()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOModule.h | 43 bool isFunction = false; member 190 bool isFunction);
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 116 bool isFunction() const;
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 663 assert(Base->isFunction()); in getProvisionalValue() 1263 assert(Symbol.isFunction()); in getFunctionType() 1275 assert(Symbol.isFunction()); in registerFunctionType() 1356 if (WS.isFunction()) { in prepareImports() 1372 if (WS.isFunction()) { in prepareImports() 1426 if (WS.isFunction()) in prepareImports() 1587 if (WS.isFunction()) { in writeOneObject() 1747 if (Base->isFunction()) { in writeOneObject() 1837 assert(Rel.Symbol->isFunction()); in writeOneObject() [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | symbol.h | 84 bool isFunction() const { return result_ != nullptr; } in isFunction() function 93 CHECK(isFunction()); in result() 646 return sd.isFunction() ? sd.result().Corank() : 0; in Corank() 700 return sd.isFunction() ? sd.result().RankImpl(depth) : 0; 811 return x.isFunction() ? x.result().GetTypeImpl(depth) : nullptr; in GetTypeImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 43 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | mod-file.cpp | 452 os << (details.isFunction() ? "function " : "subroutine "); in PutSubprogram() 467 if (details.isFunction()) { in PutSubprogram() 1083 if (details.isFunction()) { in Collect() 1125 needed || (details.isFunction() && hasInterface(&details.result())); in Collect()
|
| H A D | check-declarations.cpp | 911 } else if (subprogramDetails && details.isFunction() && in CheckSubprogram() 912 subprogramDetails->isFunction() && in CheckSubprogram() 2032 if (proc->isFunction()) { in CheckGenericVsIntrinsic() 2194 if (details1.isFunction() != details2.isFunction()) { in Check() 2196 details1.isFunction() in Check()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 155 bool isFunction() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 150 bool isFunction() const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 126 if (WasmSym->isFunction()) in lowerSymbolOperand()
|
| H A D | WebAssemblyAsmPrinter.cpp | 306 if (WasmSym->isFunction()) { in emitDecls()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 435 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 522 if (!SymbolEntRef.isFunction() && NumberOfAuxEntries > 1) in printSymbol() 537 !SymbolEntRef.isFunction()) in printSymbol()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 325 MOCK_SYMBOL_ACCESSOR(isFunction)
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | type.cpp | 83 return d.isFunction() && IsDescriptor(d.result()); in IsDescriptor()
|
| H A D | characteristics.cpp | 460 if (subp.isFunction()) { in CharacterizeProcedure() 472 if (subp.isFunction()) { in CharacterizeProcedure()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 271 if (XCOFFSym.isFunction()) in getSymbolType() 1130 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 733 bool isFunction() const;
|