Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DFunctionInfo.h88 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-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFunctionInfo.h88 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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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 …]
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h48 struct FunctionInfo { struct
72 typedef std::map<uint64, FunctionInfo*> FunctionMap; argument
/external/llvm-project/lldb/include/lldb/Symbol/
DCompactUnwindInfo.h80 struct FunctionInfo { struct
90 FunctionInfo() in FunctionInfo() argument
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h86 struct FunctionInfo { struct
103 FunctionInfo *CurFn; argument
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp112 struct FunctionInfo { struct in clang::tidy::readability::__anon32b6d24d0111::FunctionASTVisitor
113 unsigned Lines = 0;
114 unsigned Statements = 0;
115 unsigned Branches = 0;
116 unsigned NestingThreshold = 0;
117 unsigned Variables = 0;
118 std::vector<SourceLocation> NestingThresholders;
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h84 struct FunctionInfo { struct
95 std::vector<FunctionInfo> FunctionRecords; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp147 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() argument
161 explicit FunctionInfo(const Function *F) : GV(F){}; in FunctionInfo() function
190 StackSafetyInfo::FunctionInfo::FunctionInfo(const GlobalAlias *A) : GV(A) { in FunctionInfo()
DCFLSteensAliasAnalysis.cpp72 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult
116 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h319 struct FunctionInfo : public SymbolInfo { struct
320 FunctionInfo() : SymbolInfo(InfoType::IT_function) {} in FunctionInfo() function
321 FunctionInfo(SymbolID USR) : SymbolInfo(InfoType::IT_function, USR) {} in FunctionInfo() function
325 bool IsMethod = false; // Indicates whether this function is a class method.
326 Reference Parent; // Reference to the parent class decl for this method.
327 TypeInfo ReturnType; // Info about the return type of this function.
328 llvm::SmallVector<FieldTypeInfo, 4> Params; // List of parameters.
333 AccessSpecifier Access = AccessSpecifier::AS_public;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h242 struct FunctionInfo { struct
246 FunctionInfo() = default; argument
247 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument
/external/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h295 struct FunctionInfo { struct
299 FunctionInfo() = default; argument
300 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl12 typedef ::std::pair<const char*, FunctionOrigin> FunctionInfo; typedef
/external/llvm-project/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h41 class FunctionInfo; variable
DCFLSteensAliasAnalysis.h42 class FunctionInfo; variable
DGlobalsModRef.h34 class FunctionInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h41 class FunctionInfo; variable
DCFLSteensAliasAnalysis.h42 class FunctionInfo; variable
DGlobalsModRef.h34 class FunctionInfo; variable
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h192 struct FunctionInfo { struct
193 std::unique_ptr<FunctionLibraryDefinition> flib_def;
194 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr;
/external/llvm/include/llvm/Analysis/
DGlobalsModRef.h35 class FunctionInfo; variable
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp62 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
/external/llvm-project/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp72 class CFLSteensAAResult::FunctionInfo { class in CFLSteensAAResult
116 CFLSteensAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLSteensAAResult::FunctionInfo

12