Home
last modified time | relevance | path

Searched refs:IsFunction (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp41 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
44 if (IsFunction) { in lowerSymbolOperand()
53 if (IsFunction) { in lowerSymbolOperand()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp96 bool IsFunction = false; member
505 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local
511 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive()
534 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
536 if (IsFunction || IsInlinedFunction) in collectStatsRecursive()
575 FnStats.IsFunction = true; in collectStatsRecursive()
592 if (IsFunction) in collectStatsRecursive()
604 if (IsFunction) in collectStatsRecursive()
920 if (!Stats.IsFunction) in collectStatsForObjectFile()
930 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext()
63 bool IsFunction; member
H A DDiffConsumer.cpp75 if (!ctxt.IsFunction) continue; in printValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h45 IsFunction, enumerator
162 KIND_1(LVScopeKind, IsCallSite, IsFunction);
167 KIND_1(LVScopeKind, IsEntryPoint, IsFunction);
169 KIND_2(LVScopeKind, IsFunction, CanHaveRanges, CanHaveLines);
170 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
171 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
172 KIND_1(LVScopeKind, IsLabel, IsFunction);
178 KIND_1(LVScopeKind, IsSubprogram, IsFunction);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h147 bool IsFunction = false; member
155 IsFunction(F) {} in MCAsmMacro()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp302 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() local
303 if (!IsFunction) in getSymbolType()
304 return IsFunction.takeError(); in getSymbolType()
306 if (*IsFunction) in getSymbolType()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dany565 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) …
570 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexc…
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp349 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2095 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local
2098 if (!IsFunction) in emitGlobalAlias()
2099 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalAlias()
2116 if (IsFunction) in emitGlobalAlias()
2131 if (IsFunction) { in emitGlobalAlias()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3238 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument
3266 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer()
3267 if (IsFunction) in ParseCXXMemberInitializer()
3275 if (IsFunction) in ParseCXXMemberInitializer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp92 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def550 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3263 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1190 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros()
3273 if (!M->IsFunction) in handleMacroInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16527 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local
16530 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer()
16535 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer()
16552 else if (IsFunction) in DiagnoseAlwaysNonNullPointer()
16561 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1805 bool IsFunction = in getADAEntry() local
1809 if (IsFunction) { in getADAEntry()