| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | FunctionInfo.h | 88 struct FunctionInfo { struct 98 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument 135 static llvm::Expected<FunctionInfo> decode(DataExtractor &Data, 197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument 201 inline bool operator!=(const FunctionInfo &LHS, const FunctionInfo &RHS) { 218 inline bool operator<(const FunctionInfo &LHS, const FunctionInfo &RHS) { 227 raw_ostream &operator<<(raw_ostream &OS, const FunctionInfo &R);
|
| H A D | GsymCreator.h | 136 std::vector<FunctionInfo> Funcs; 352 void addFunctionInfo(FunctionInfo &&FI); 377 std::function<bool(FunctionInfo &)> const &Callback); 384 std::function<bool(const FunctionInfo &)> const &Callback) const;
|
| H A D | GsymReader.h | 107 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const; 116 llvm::Expected<FunctionInfo> getFunctionInfoAtIndex(uint64_t AddrIdx) const; 169 void dump(raw_ostream &OS, const FunctionInfo &FI);
|
| H A D | DwarfTransformer.h | 23 struct FunctionInfo;
|
| H A D | LineTable.h | 20 struct FunctionInfo;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompactUnwindInfo.h | 79 struct FunctionInfo { struct 89 FunctionInfo() = default; argument 105 FunctionInfo &unwind_info); 123 bool CreateUnwindPlan_x86_64(Target &target, FunctionInfo &function_info, 127 bool CreateUnwindPlan_i386(Target &target, FunctionInfo &function_info, 131 bool CreateUnwindPlan_arm64(Target &target, FunctionInfo &function_info, 135 bool CreateUnwindPlan_armv7(Target &target, FunctionInfo &function_info,
|
| H A D | Function.h | 31 class FunctionInfo { 44 FunctionInfo(const char *name, const Declaration *decl_ptr); 56 FunctionInfo(ConstString name, const Declaration *decl_ptr); 61 virtual ~FunctionInfo(); 78 static int Compare(const FunctionInfo &lhs, const FunctionInfo &rhs); 125 class InlineFunctionInfo : public FunctionInfo {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 149 struct FunctionInfo { struct 150 FunctionInfo() = default; 153 FunctionInfo(const FunctionInfo &FI) = delete; 214 FunctionInfo *CurFn = nullptr; argument 269 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; 341 FunctionInfo &FI, 344 void emitDebugInfoForFunction(const Function *GV, FunctionInfo &FI); 403 void emitLocalVariableList(const FunctionInfo &FI, 407 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var); 411 const FunctionInfo& FI); [all …]
|
| H A D | CodeViewDebug.cpp | 1004 void CodeViewDebug::emitInlinedCallSite(const FunctionInfo &FI, in emitInlinedCallSite() 1065 FunctionInfo &FI, in emitDebugInfoForThunk() 1105 FunctionInfo &FI) { in emitDebugInfoForFunction() 1480 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() 2818 void CodeViewDebug::emitLocalVariableList(const FunctionInfo &FI, in emitLocalVariableList() 2847 void CodeViewDebug::emitLocalVariable(const FunctionInfo &FI, in emitLocalVariable() 2932 const FunctionInfo& FI) { in emitLexicalBlockList() 2940 const FunctionInfo& FI) { in emitLexicalBlock() 3571 void CodeViewDebug::emitDebugInfoForJumpTables(const FunctionInfo &FI) { in emitDebugInfoForJumpTables()
|
| /freebsd-14.2/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 37 FunctionInfo::~FunctionInfo() = default; 39 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump() 45 int FunctionInfo::Compare(const FunctionInfo &a, const FunctionInfo &b) { in Compare() 55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() 59 ConstString FunctionInfo::GetName() const { return m_name; } in GetName() 61 size_t FunctionInfo::MemorySize() const { in MemorySize() 69 : FunctionInfo(name, decl_ptr), m_mangled(mangled), in InlineFunctionInfo() 76 : FunctionInfo(name, decl_ptr), m_mangled(mangled), in InlineFunctionInfo() [all …]
|
| H A D | CompactUnwindInfo.cpp | 178 FunctionInfo function_info; in GetUnwindPlan() 492 Target &target, Address address, FunctionInfo &unwind_info) { in GetCompactUnwindInfoForFunction() 735 FunctionInfo &function_info, in CreateUnwindPlan_x86_64() 1007 FunctionInfo &function_info, in CreateUnwindPlan_i386() 1304 FunctionInfo &function_info, in CreateUnwindPlan_arm64() 1438 FunctionInfo &function_info, in CreateUnwindPlan_armv7()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 63 class GlobalsAAResult::FunctionInfo { class in GlobalsAAResult 101 FunctionInfo() = default; 102 ~FunctionInfo() { in ~FunctionInfo() 108 FunctionInfo(const FunctionInfo &Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 113 FunctionInfo(FunctionInfo &&Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 117 FunctionInfo &operator=(const FunctionInfo &RHS) { in operator =() 124 FunctionInfo &operator=(FunctionInfo &&RHS) { in operator =() 241 if (FunctionInfo *FI = getFunctionInfo(F)) in getMemoryEffects() 249 GlobalsAAResult::FunctionInfo * 505 FunctionInfo &FI = FunctionInfos[F]; in AnalyzeCallGraph() [all …]
|
| H A D | StackSafetyAnalysis.cpp | 183 template <typename CalleeTy> struct FunctionInfo { struct 222 using GVToSSI = std::map<const GlobalValue *, FunctionInfo<GlobalValue>>; 227 FunctionInfo<GlobalValue> Info; 268 FunctionInfo<GlobalValue> run(); 531 FunctionInfo<GlobalValue> StackSafetyLocalAnalysis::run() { in run() 532 FunctionInfo<GlobalValue> Info; in run() 565 using FunctionMap = std::map<const CalleeTy *, FunctionInfo<CalleeTy>>; 642 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode() 816 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo() 888 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | FunctionInfo.cpp | 28 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) { in operator <<() 37 llvm::Expected<FunctionInfo> FunctionInfo::decode(DataExtractor &Data, in decode() 39 FunctionInfo FI; in decode() 99 uint64_t FunctionInfo::cacheEncoding() { in cacheEncoding() 114 llvm::Expected<uint64_t> FunctionInfo::encode(FileWriter &Out) const { in encode() 180 llvm::Expected<LookupResult> FunctionInfo::lookup(DataExtractor &Data, in lookup()
|
| H A D | GsymCreator.cpp | 227 std::vector<FunctionInfo> FinalizedFuncs; in finalize() 231 FunctionInfo &Prev = FinalizedFuncs.back(); in finalize() 232 FunctionInfo &Curr = Funcs[Idx]; in finalize() 333 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo() 339 std::function<bool(FunctionInfo &)> const &Callback) { in forEachFunctionInfo() 348 std::function<bool(const FunctionInfo &)> const &Callback) const { in forEachFunctionInfo() 448 const FunctionInfo &SrcFI = SrcGC.Funcs[FuncIdx]; in copyFunctionInfo() 450 FunctionInfo DstFI; in copyFunctionInfo()
|
| H A D | GsymReader.cpp | 321 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { in getFunctionInfo() 324 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo() 329 llvm::Expected<FunctionInfo> 333 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfoAtIndex() 341 return FunctionInfo::lookup(*ExpectedData, *this, FuncStartAddr, Addr); in lookup() 401 void GsymReader::dump(raw_ostream &OS, const FunctionInfo &FI) { in dump()
|
| H A D | ObjectFileTransformer.cpp | 114 FunctionInfo(*AddrOrErr, size, Gsym.insertString(*Name, NoCopy))); in convert()
|
| H A D | DwarfTransformer.cpp | 219 DWARFDie Die, uint32_t Depth, FunctionInfo &FI, in parseInlineInfo() 305 FunctionInfo &FI) { in convertFunctionLineTable() 497 FunctionInfo FI; in handleDie()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 478 class FunctionInfo : public CommonEntityInfo { 512 FunctionInfo() in FunctionInfo() function 565 friend bool operator==(const FunctionInfo &, const FunctionInfo &); 583 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { 592 inline bool operator!=(const FunctionInfo &LHS, const FunctionInfo &RHS) { 597 class ObjCMethodInfo : public FunctionInfo { 624 return static_cast<const FunctionInfo &>(LHS) == RHS && 640 class GlobalFunctionInfo : public FunctionInfo {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | GlobalsModRef.h | 31 class FunctionInfo; variable 51 DenseMap<const Function *, FunctionInfo> FunctionInfos; 110 FunctionInfo *getFunctionInfo(const Function *F);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 98 struct FunctionInfo { struct 109 std::vector<FunctionInfo> FunctionRecords; argument 115 void emitFunctionMappingRecord(const FunctionInfo &Info,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 311 struct FunctionInfo { struct 315 FunctionInfo() = default; argument 316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument 332 using FnInfoMap = MapVector<const MCSymbol *, FunctionInfo>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesTypes.cpp | 72 LLVM_DUMP_METHOD void FunctionInfo::dump(llvm::raw_ostream &OS) const { in dump() 85 static_cast<FunctionInfo &>(*this).dump(OS); in dump()
|
| H A D | APINotesWriter.cpp | 730 unsigned getFunctionInfoSize(const FunctionInfo &); 731 void emitFunctionInfo(llvm::raw_ostream &, const FunctionInfo &); 947 unsigned getFunctionInfoSize(const FunctionInfo &FI) { in getFunctionInfoSize() 957 void emitFunctionInfo(raw_ostream &OS, const FunctionInfo &FI) { in emitFunctionInfo()
|
| H A D | APINotesYAMLCompiler.cpp | 685 void convertParams(const ParamsSeq &Params, FunctionInfo &OutInfo) { in convertParams() 701 FunctionInfo &OutInfo, llvm::StringRef APIName) { in convertNullability() 702 if (Nullability.size() > FunctionInfo::getMaxNullabilityIndex()) { in convertNullability()
|