| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
| D | FunctionInfo.h | 88 struct FunctionInfo { struct 94 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument 108 /// Query if a FunctionInfo object is valid. argument 127 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument 187 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/ |
| 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.h | 129 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 …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
| 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 …]
|
| /external/google-breakpad/src/common/dwarf/ |
| D | functioninfo.h | 48 struct FunctionInfo { struct 72 typedef std::map<uint64, FunctionInfo*> FunctionMap; argument
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.h | 86 struct FunctionInfo { struct 103 FunctionInfo *CurFn; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | StackSafetyAnalysis.cpp | 147 struct StackSafetyInfo::FunctionInfo { struct in StackSafetyInfo 149 const GlobalValue *GV = nullptr; 151 SmallVector<AllocaInfo, 4> Allocas; 153 SmallVector<ParamInfo, 4> Params; 157 int UpdateCount = 0; 159 FunctionInfo(const StackSafetyInfo &SSI) : FunctionInfo(*SSI.Info) {} in FunctionInfo() function 161 explicit FunctionInfo(const Function *F) : GV(F){}; in FunctionInfo() function 190 StackSafetyInfo::FunctionInfo::FunctionInfo(const GlobalAlias *A) : GV(A) { in FunctionInfo()
|
| D | CFLSteensAliasAnalysis.cpp | 72 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult 116 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo
|
| D | GlobalsModRef.cpp | 62 class GlobalsAAResult::FunctionInfo { class in GlobalsAAResult 103 FunctionInfo() : Info() {} in FunctionInfo() function in GlobalsAAResult::FunctionInfo 110 FunctionInfo(const FunctionInfo &Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 115 FunctionInfo(FunctionInfo &&Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | StackMaps.h | 242 struct FunctionInfo { struct 246 FunctionInfo() = default; argument 247 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | StackMaps.h | 312 struct FunctionInfo { struct 316 FunctionInfo() = default; argument 317 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkCoreFunctionalities.inl | 14 typedef ::std::pair<const char*, FunctionOrigin> FunctionInfo; typedef
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkCoreFunctionalities.inl | 14 typedef ::std::pair<const char*, FunctionOrigin> FunctionInfo; typedef
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | direct_session.h | 192 struct FunctionInfo { struct 193 std::unique_ptr<FunctionLibraryDefinition> flib_def; 194 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | CFLAndersAliasAnalysis.h | 41 class FunctionInfo; variable
|
| D | CFLSteensAliasAnalysis.h | 42 class FunctionInfo; variable
|
| D | GlobalsModRef.h | 34 class FunctionInfo; variable
|
| /external/llvm/include/llvm/Analysis/ |
| D | GlobalsModRef.h | 35 class FunctionInfo; variable
|
| D | CFLSteensAliasAnalysis.h | 38 class FunctionInfo; variable
|
| /external/llvm/lib/Analysis/ |
| D | GlobalsModRef.cpp | 62 class GlobalsAAResult::FunctionInfo { class in GlobalsAAResult 97 FunctionInfo() : Info() {} in FunctionInfo() function in GlobalsAAResult::FunctionInfo 104 FunctionInfo(const FunctionInfo &Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo 109 FunctionInfo(FunctionInfo &&Arg) in FunctionInfo() function in GlobalsAAResult::FunctionInfo
|
| D | CFLSteensAliasAnalysis.cpp | 69 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult 128 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
| D | GlobalsModRef.h | 31 class FunctionInfo; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| 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()
|
| 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
|
| /external/python/cpython2/Demo/parser/ |
| D | example.py | 88 class FunctionInfo(SuiteInfoBase, SuiteFuncInfo): class
|