Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h88 struct FunctionInfo { struct
93 /// If we encode a FunctionInfo during segmenting so we know its size, we can argument
98 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument
110 /// Query if a FunctionInfo object is valid. argument
129 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument
197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
/src/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 …]
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h107 struct FunctionInfo { struct
118 std::vector<FunctionInfo> FunctionRecords; argument
/src/contrib/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
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h31 class FunctionInfo; variable
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp183 template <typename CalleeTy> struct FunctionInfo { struct
184 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas;
185 std::map<uint32_t, UseInfo<CalleeTy>> Params;
189 int UpdateCount = 0;
191 void print(raw_ostream &O, StringRef Name, const Function *F) const { in print()
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
/src/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
/src/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h524 FunctionInfo() in FunctionInfo() function
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h108 class FunctionInfo; variable