| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | FunctionInfo.h | 88 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 D | CodeViewDebug.h | 149 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 D | CompactUnwindInfo.h | 79 struct FunctionInfo { struct 89 FunctionInfo() = default; argument
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 107 struct FunctionInfo { struct 118 std::vector<FunctionInfo> FunctionRecords; argument
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 311 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 D | GlobalsModRef.h | 31 class FunctionInfo; variable
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 183 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 D | GlobalsModRef.cpp | 63 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 D | Function.cpp | 31 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 D | Types.h | 524 FunctionInfo() in FunctionInfo() function
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 108 class FunctionInfo; variable
|