Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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 …]
/third_party/gn/src/gn/
Dfunctions.h422 struct FunctionInfo { struct
452 using FunctionInfoMap = std::map<std::string_view, FunctionInfo>; argument
Dfunctions.cc1293 FunctionInfo::FunctionInfo() in FunctionInfo() function in functions::FunctionInfo
1302 FunctionInfo::FunctionInfo(SelfEvaluatingArgsFunction seaf, in FunctionInfo() function in functions::FunctionInfo
1314 FunctionInfo::FunctionInfo(GenericBlockFunction gbf, in FunctionInfo() function in functions::FunctionInfo
1326 FunctionInfo::FunctionInfo(ExecutedBlockFunction ebf, in FunctionInfo() function in functions::FunctionInfo
1338 FunctionInfo::FunctionInfo(NoBlockFunction nbf, in FunctionInfo() function in functions::FunctionInfo
/third_party/skia/third_party/externals/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
DGlobalsModRef.cpp62 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
DCFLAndersAliasAnalysis.cpp323 class CFLAndersAAResult::FunctionInfo { class in CFLAndersAAResult
501 CFLAndersAAResult::FunctionInfo::FunctionInfo( in FunctionInfo() function in CFLAndersAAResult::FunctionInfo
/third_party/skia/third_party/externals/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() function
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl12 typedef ::std::pair<const char*, FunctionOrigin> FunctionInfo; typedef
/third_party/skia/third_party/externals/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
/third_party/typescript/src/services/refactors/
DinferFunctionReturnType.ts53 interface FunctionInfo { interface
DconvertArrowFunctionOrFunctionExpression.ts31 interface FunctionInfo { interface
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1953 struct FunctionInfo in analyzeLimits() struct
1955 FunctionLimits limits; in analyzeLimits()
1956 std::unordered_set<FunctionID> calls; // What this function calls. in analyzeLimits()
1957 bool reachable; // Is this function reachable? in analyzeLimits()
/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts114 interface FunctionInfo { interface