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.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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h149 struct FunctionInfo { struct
165 SmallVector<LocalVariable, 1> Locals;
175 HeapAllocSites;
177 std::vector<JumpTableInfo> JumpTables;
179 const MCSymbol *Begin = nullptr;
180 const MCSymbol *End = nullptr;
181 unsigned FuncId = 0;
182 unsigned LastFileId = 0;
185 unsigned FrameSize = 0;
188 unsigned ParamSize = 0;
[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.h98 struct FunctionInfo { struct
109 std::vector<FunctionInfo> FunctionRecords; argument
/freebsd/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() 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 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.h512 FunctionInfo() in FunctionInfo() function
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h106 class FunctionInfo; variable