Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h137 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/GSYM/
DFunctionInfo.h88 struct FunctionInfo { struct
93 /// If we encode a FunctionInfo during segmenting so we know its size, we can argument
98 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument
110 /// Query if a FunctionInfo object is valid. argument
129 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument
197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/GSYM/
DFunctionInfo.h88 struct FunctionInfo { struct
93 /// If we encode a FunctionInfo during segmenting so we know its size, we can argument
98 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument
110 /// Query if a FunctionInfo object is valid. argument
129 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument
197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/GSYM/
DFunctionInfo.h88 struct FunctionInfo { struct
93 /// If we encode a FunctionInfo during segmenting so we know its size, we can argument
98 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument
110 /// Query if a FunctionInfo object is valid. argument
129 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument
197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/GSYM/
DFunctionInfo.h88 struct FunctionInfo { struct
93 /// If we encode a FunctionInfo during segmenting so we know its size, we can argument
98 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0) argument
110 /// Query if a FunctionInfo object is valid. argument
129 /// \param BaseAddr The FunctionInfo's start address and will be used as the argument
197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h88 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
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dc_wrapper_generator.py115 function: FunctionInfo,
150 def _underlying_function_name(self, function: FunctionInfo) -> str:
157 def _return_variable_name(self, function: FunctionInfo) -> str:
162 function: FunctionInfo,
180 function: FunctionInfo,
194 function: FunctionInfo,
201 def _skip_function(self, function: FunctionInfo) -> bool:
213 def _function_guard(self, function: FunctionInfo) -> Optional[str]:
220 def _wrapper_info(self, function: FunctionInfo) -> Optional[WrapperInfo]:
236 function: FunctionInfo,
[all …]
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h86 struct FunctionInfo { struct
103 FunctionInfo *CurFn; argument
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.h48 struct FunctionInfo { struct
72 typedef std::map<uint64, FunctionInfo*> FunctionMap; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DCompactUnwindInfo.h79 struct FunctionInfo { struct
89 FunctionInfo() = default; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DStackMaps.h242 struct FunctionInfo { struct
246 FunctionInfo() = default; argument
247 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DStackMaps.h312 struct FunctionInfo { struct
316 FunctionInfo() = default; argument
317 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DStackMaps.h312 struct FunctionInfo { struct
316 FunctionInfo() = default; argument
317 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DStackMaps.h311 struct FunctionInfo { struct
315 FunctionInfo() = default; argument
316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DStackMaps.h311 struct FunctionInfo { struct
315 FunctionInfo() = default; argument
316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DStackMaps.h311 struct FunctionInfo { struct
315 FunctionInfo() = default; argument
316 explicit FunctionInfo(uint64_t StackSize) : StackSize(StackSize) {} in FunctionInfo() argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dgenerate_psa_wrappers.py69 def _skip_function(self, function: c_wrapper_generator.FunctionInfo) -> bool:
83 function: c_wrapper_generator.FunctionInfo) -> str:
155 function: c_wrapper_generator.FunctionInfo,
/aosp_15_r20/external/llvm/lib/Analysis/
H A 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

123