Home
last modified time | relevance | path

Searched defs:FunctionInfo (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h88 struct FunctionInfo { global() struct
93 InlineFunctionInfo global() argument
98 EncodingCacheFunctionInfo global() argument
110 hasRichInfoFunctionInfo global() argument
129 isValidFunctionInfo global() argument
197 clearFunctionInfo global() argument
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h149 struct FunctionInfo { struct
157 std::unordered_map<const DILocation *, InlineSite> InlineSites;
160 SmallVector<const DILocation *, 1> ChildSites;
163 SmallSet<codeview::TypeIndex, 1> Inlinees;
165 SmallVector<LocalVariable, 1> Locals;
166 SmallVector<CVGlobalVariable, 1> Globals;
168 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks;
171 SmallVector<LexicalBlock *, 1> ChildBlocks;
173 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations;
175 HeapAllocSites;
[all …]
/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp111 struct FunctionInfo { struct in clang::tidy::readability::__anonf1a5c3890111::FunctionASTVisitor
112 unsigned Lines = 0;
113 unsigned Statements = 0;
114 unsigned Branches = 0;
115 unsigned NestingThreshold = 0;
116 unsigned Variables = 0;
117 std::vector<SourceLocation> NestingThresholders;
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h102 struct FunctionInfo { global() struct
113 IsUsedFunctionInfo global() argument
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h319 struct FunctionInfo : public SymbolInfo { global() struct
323 SymbolInfoFunctionInfo global() argument
325 IsMethodFunctionInfo global() argument
326 ParentFunctionInfo global() argument
327 ReturnTypeFunctionInfo global() argument
328 ParamsFunctionInfo global() argument
333 AccessFunctionInfo global() argument
337 FullNameFunctionInfo global() argument
340 TemplateFunctionInfo global() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h311 struct FunctionInfo { struct
315 FunctionInfo() = default; argument
316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h31 class FunctionInfo; variable
/llvm-project/llvm/utils/
H A Dupdate_mir_test_checks.py177 class FunctionInfo: class
266 test, output_lines, prefix, func_name, single_bb, func_info: FunctionInfo, args
/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp63 class GlobalsAAResult::FunctionInfo { class in GlobalsAAResult
108 FunctionInfo(const FunctionInfo &Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo
113 FunctionInfo(FunctionInfo &&Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo
H A DStackSafetyAnalysis.cpp183 template <typename CalleeTy> struct FunctionInfo { struct
184 Allocas__anon29ea715c0111::FunctionInfo global() argument
185 Params__anon29ea715c0111::FunctionInfo global() argument
189 UpdateCount__anon29ea715c0111::FunctionInfo global() argument
191 print__anon29ea715c0111::FunctionInfo print() argument
[all...]
/llvm-project/lldb/source/Symbol/
H A DFunction.cpp31 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) in FunctionInfo() function in FunctionInfo
34 FunctionInfo::FunctionInfo(ConstString name, const Declaration *decl_ptr) in FunctionInfo() function in FunctionInfo
[all...]
/llvm-project/clang/include/clang/APINotes/
H A DTypes.h530 FunctionInfo() FunctionInfo() function
[all...]
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h108 class FunctionInfo; variable
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp407 yaml::MappingNode *FunctionInfo = read() local