/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | FunctionInfo.h | 88 struct FunctionInfo { struct 94 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument 106 /// Query if a FunctionInfo object is valid. argument 125 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument 182 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 137 struct FunctionInfo { struct 145 std::unordered_map<const DILocation *, InlineSite> InlineSites; 148 SmallVector<const DILocation *, 1> ChildSites; 150 SmallVector<LocalVariable, 1> Locals; 151 SmallVector<CVGlobalVariable, 1> Globals; 153 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks; 156 SmallVector<LexicalBlock *, 1> ChildBlocks; 158 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; 160 HeapAllocSites; 162 const MCSymbol *Begin = nullptr; [all …]
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompactUnwindInfo.h | 79 struct FunctionInfo { struct 89 FunctionInfo() = default; argument
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 98 struct FunctionInfo { struct 109 std::vector<FunctionInfo> FunctionRecords; argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 312 struct FunctionInfo { struct 316 FunctionInfo() = default; argument 317 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
|
/openbsd-src/gnu/llvm/llvm/utils/ |
H A D | update_mir_test_checks.py | 176 class FunctionInfo: class 249 func_info: FunctionInfo, args):
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | GlobalsModRef.h | 31 class FunctionInfo; variable
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/include/clang/APINotes/ |
H A D | Types.h | 517 FunctionInfo() in FunctionInfo() function
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-forward.h | 106 class FunctionInfo; variable
|
/openbsd-src/gnu/llvm/llvm/tools/sancov/ |
H A D | sancov.cpp | 418 yaml::MappingNode *FunctionInfo = in read() local
|