Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h89 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h129 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h84 struct FunctionInfo { struct
95 std::vector<FunctionInfo> FunctionRecords; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h304 struct FunctionInfo { struct
308 FunctionInfo() = default; argument
309 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFLAndersAliasAnalysis.h41 class FunctionInfo; variable
H A DCFLSteensAliasAnalysis.h42 class FunctionInfo; variable
H A DGlobalsModRef.h34 class FunctionInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp72 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult
116 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo
H A DGlobalsModRef.cpp64 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
H A DStackSafetyAnalysis.cpp175 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()
H A DCFLAndersAliasAnalysis.cpp323 class CFLAndersAAResult::FunctionInfo { class in CFLAndersAAResult
501 CFLAndersAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLAndersAAResult::FunctionInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h516 FunctionInfo() in FunctionInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp409 yaml::MappingNode *FunctionInfo = in read() local