Home
last modified time | relevance | path

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

/freebsd/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()
52 if (IsFunction) { in lowerSymbolOperand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp97 bool IsFunction = false; member
516 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local
522 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive()
546 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
548 if (IsFunction || IsInlinedFunction) in collectStatsRecursive()
587 FnStats.IsFunction = true; in collectStatsRecursive()
604 if (IsFunction) in collectStatsRecursive()
616 if (IsFunction) in collectStatsRecursive()
993 if (!Stats.IsFunction) in collectStatsForObjectFile()
1003 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile()
[all …]
/freebsd/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.cpp77 if (!ctxt.IsFunction) continue; in printValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h46 IsFunction, enumerator
167 KIND_1(LVScopeKind, IsCallSite, IsFunction);
172 KIND_1(LVScopeKind, IsEntryPoint, IsFunction);
174 KIND_2(LVScopeKind, IsFunction, CanHaveRanges, CanHaveLines);
175 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
176 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
177 KIND_1(LVScopeKind, IsLabel, IsFunction);
183 KIND_1(LVScopeKind, IsSubprogram, IsFunction);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h140 bool IsFunction = false; member
149 IsFunction(F) {} in MCAsmMacro()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp309 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() local
310 if (!IsFunction) in getSymbolType()
311 return IsFunction.takeError(); in getSymbolType()
313 if (*IsFunction) in getSymbolType()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp352 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2246 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local
2249 if (!IsFunction) in emitGlobalAlias()
2250 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalAlias()
2264 if (IsFunction) in emitGlobalAlias()
2279 if (IsFunction) { in emitGlobalAlias()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3319 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument
3347 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer()
3348 if (IsFunction) in ParseCXXMemberInitializer()
3357 if (IsFunction) in ParseCXXMemberInitializer()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp95 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def579 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1071 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros()
2812 if (!M->IsFunction) in handleMacroInvocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13074 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local
13077 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer()
13082 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer()
13099 else if (IsFunction) in DiagnoseAlwaysNonNullPointer()
13108 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3411 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2165 bool IsFunction = in getADAEntry() local
2169 if (IsFunction) { in getADAEntry()