/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | FunctionInfo.h | 89 struct FunctionInfo { global() struct 94 InlineFunctionInfo global() argument 99 EncodingCacheFunctionInfo global() argument 111 hasRichInfoFunctionInfo global() argument 130 isValidFunctionInfo global() argument 198 clearFunctionInfo global() argument [all...] |
/freebsd/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 …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompactUnwindInfo.h | 79 struct FunctionInfo { struct 89 FunctionInfo() = default; argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 107 struct FunctionInfo { struct 118 std::vector<FunctionInfo> FunctionRecords; argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} argument 312 struct FunctionInfo { global() struct 317 FunctionInfoFunctionInfo FunctionInfo() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GlobalsModRef.h | 31 class FunctionInfo; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 183 template <typename CalleeTy> struct FunctionInfo { struct 184 Allocas__anonc3460ea90111::FunctionInfo global() argument 185 Params__anonc3460ea90111::FunctionInfo global() argument 189 UpdateCount__anonc3460ea90111::FunctionInfo global() argument 191 print__anonc3460ea90111::FunctionInfo print() argument [all...] |
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
|
/freebsd/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
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 524 FunctionInfo() in FunctionInfo() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 108 class FunctionInfo; variable
|