Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h93 struct FunctionInfo { struct
100 /// If we encode a FunctionInfo during segmenting so we know its size, we can argument
105 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument
117 /// Query if a FunctionInfo object is valid. argument
136 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument
216 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h154 struct FunctionInfo { struct
162 std::unordered_map<const DILocation *, InlineSite> InlineSites;
165 SmallVector<const DILocation *, 1> ChildSites;
168 SmallSet<codeview::TypeIndex, 1> Inlinees;
170 SmallVector<LocalVariable, 1> Locals;
171 SmallVector<CVGlobalVariable, 1> Globals;
173 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks;
176 SmallVector<LexicalBlock *, 1> ChildBlocks;
178 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations;
180 HeapAllocSites;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h33 struct FunctionInfo { struct
38 FunctionInfo(StringRef Name) : Name(Name) {} in FunctionInfo() argument
H A DGlobalsModRef.h32 class FunctionInfo; variable
/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.h108 struct FunctionInfo { struct
119 std::vector<FunctionInfo> FunctionRecords; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h313 struct FunctionInfo { struct
317 FunctionInfo() = default; argument
318 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
/freebsd/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
/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.h551 FunctionInfo() in FunctionInfo() function
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h108 class FunctionInfo; variable