Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h89 struct FunctionInfo { global() struct
94 InlineFunctionInfo global() argument
99 EncodingCacheFunctionInfo global() argument
111 hasRichInfoFunctionInfo global() argument
130 isValidFunctionInfo global() argument
198 clearFunctionInfo global() argument
[all...]
/freebsd/contrib/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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h107 struct FunctionInfo { struct
118 std::vector<FunctionInfo> FunctionRecords; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} argument
312 struct FunctionInfo { global() struct
317 FunctionInfoFunctionInfo FunctionInfo() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h31 class FunctionInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp183 template <typename CalleeTy> struct FunctionInfo { struct
184 Allocas__anonc3460ea90111::FunctionInfo global() argument
185 Params__anonc3460ea90111::FunctionInfo global() argument
189 UpdateCount__anonc3460ea90111::FunctionInfo global() argument
191 print__anonc3460ea90111::FunctionInfo print() argument
[all...]
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
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h524 FunctionInfo() in FunctionInfo() function
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h108 class FunctionInfo; variable