Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h88 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 DCodeViewDebug.h137 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 DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h98 struct FunctionInfo { struct
109 std::vector<FunctionInfo> FunctionRecords; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackMaps.h312 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 Dupdate_mir_test_checks.py176 class FunctionInfo: class
249 func_info: FunctionInfo, args):
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h31 class FunctionInfo; variable
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/APINotes/
H A DTypes.h517 FunctionInfo() in FunctionInfo() function
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h106 class FunctionInfo; variable
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp418 yaml::MappingNode *FunctionInfo = in read() local