| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| D | FunctionInfo.h | 89 struct FunctionInfo { struct 95 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument 109 /// Query if a FunctionInfo object is valid. argument 128 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument 188 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.h | 129 struct FunctionInfo { struct 137 std::unordered_map<const DILocation *, InlineSite> InlineSites; 140 SmallVector<const DILocation *, 1> ChildSites; 142 SmallVector<LocalVariable, 1> Locals; 143 SmallVector<CVGlobalVariable, 1> Globals; 145 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; 148 SmallVector<LexicalBlock *, 1> ChildBlocks; 150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; 152 HeapAllocSites; 154 const MCSymbol *Begin = nullptr; [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | CompactUnwindInfo.h | 79 struct FunctionInfo { struct 89 FunctionInfo() : lsda_address(), personality_ptr_address() {} in FunctionInfo() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CoverageMappingGen.h | 84 struct FunctionInfo { struct 95 std::vector<FunctionInfo> FunctionRecords; argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | StackMaps.h | 304 struct FunctionInfo { struct 308 FunctionInfo() = default; argument 309 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | CFLAndersAliasAnalysis.h | 41 class FunctionInfo; variable
|
| D | CFLSteensAliasAnalysis.h | 42 class FunctionInfo; variable
|
| D | GlobalsModRef.h | 34 class FunctionInfo; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | CFLSteensAliasAnalysis.cpp | 72 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult 116 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo
|
| D | GlobalsModRef.cpp | 64 class GlobalsAAResult::FunctionInfo { class in GlobalsAAResult 105 FunctionInfo() : Info() {} in FunctionInfo() function in GlobalsAAResult::FunctionInfo 112 FunctionInfo(const FunctionInfo &Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 117 FunctionInfo(FunctionInfo &&Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo
|
| D | StackSafetyAnalysis.cpp | 175 template <typename CalleeTy> struct FunctionInfo { struct 176 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; 177 std::map<uint32_t, UseInfo<CalleeTy>> Params; 181 int UpdateCount = 0; 183 void print(raw_ostream &O, StringRef Name, const Function *F) const { in print()
|
| D | CFLAndersAliasAnalysis.cpp | 323 class CFLAndersAAResult::FunctionInfo { class in CFLAndersAAResult 501 CFLAndersAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLAndersAAResult::FunctionInfo
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | Function.cpp | 29 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) in FunctionInfo() function in FunctionInfo 32 FunctionInfo::FunctionInfo(ConstString name, const Declaration *decl_ptr) in FunctionInfo() function in FunctionInfo
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/APINotes/ |
| D | Types.h | 516 FunctionInfo() in FunctionInfo() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/ |
| D | lldb-forward.h | 100 class FunctionInfo; variable
|