/llvm-project/llvm/test/CodeGen/ARM/Windows/ |
H A D | alloca-no-stack-arg-probe.ll | 3 declare arm_aapcs_vfpcc i32 @num_entries() 8 %call = call arm_aapcs_vfpcc i32 @num_entries() 15 ; CHECK: bl num_entries
|
H A D | alloca.ll | 5 declare arm_aapcs_vfpcc i32 @num_entries() 10 %call = call arm_aapcs_vfpcc i32 @num_entries() 17 ; CHECK: bl num_entries
|
/llvm-project/clang/utils/hmaptool/ |
H A D | hmaptool | 46 (version, reserved, strtable_offset, num_entries, 91 return HeaderMap(num_entries, buckets, strtable) 93 def __init__(self, num_entries, buckets, strtable): argument 94 self.num_entries = num_entries 136 print (' num entries: %d' % (hmap.num_entries,))
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | lsr-unfolded-offset.ll | 18 define i32 @partition_overlap_check(ptr nocapture %part, i32 %num_entries) nounwind readonly optsiz… 20 %cmp79 = icmp sgt i32 %num_entries, 0 64 %exitcond = icmp eq i32 %inc, %num_entries 69 %exitcond83 = icmp eq i32 %inc71, %num_entries
|
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 117 size_t num_entries = Lines.size(); in notifyObjectLoaded() local 120 num_entries, sizeof(struct debug_line_info)); in notifyObjectLoaded() 130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded()
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugAranges.cpp | 55 const size_t num_entries = m_aranges.GetSize(); in extract() 56 for (size_t i = 0; i < num_entries; ++i) { in extract() 76 const size_t num_entries = m_aranges.GetSize(); Dump() local
|
/llvm-project/llvm/utils/ |
H A D | lldbDataFormatters.py | 372 num_entries = raw_value.GetChildMemberWithName("NumEntries").unsigned 375 summary = f"size={num_entries}" 413 num_entries = self.valobj.GetChildMemberWithName("NumEntries").unsigned 414 if num_entries == 0:
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-counted-by.c | 1001 int num_entries; 1004 int entries[] __attribute__((__counted_by__(num_entries))); 1066 int num_entries; global() member
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | OProfileWrapper.h | 98 size_t num_entries,
|
/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 158 const size_t num_entries = m_file_addr_to_index.GetSize(); in Dump() local 159 for (size_t i = 0; i < num_entries; ++i) { in Dump() 953 const size_t num_entries = m_file_addr_to_index.GetSize(); in InitAddressIndexes() local 954 if (num_entries > 0) { in InitAddressIndexes() 973 for (size_t i = 0; i < num_entries; i++) { in InitAddressIndexes() 989 for (size_t j = i; j < num_entries; j++) { in InitAddressIndexes()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 153 size_t num_entries = copy_args.GetArgumentCount(); in GetRepeatCommand() 160 for (size_t idx = 0; idx < num_entries; idx++) { in GetRepeatCommand() 164 if (idx == num_entries) in GetRepeatCommand() 171 if (idx == num_entries) in GetRepeatCommand() 145 size_t num_entries = copy_args.GetArgumentCount(); GetRepeatCommand() local
|
H A D | CommandObjectTarget.cpp | 3290 const size_t num_entries = m_options.m_format_array.size(); in DoExecute() 3292 for (size_t i = 0; i < num_entries; ++i) { in PrintModule() 3305 const size_t num_entries = m_options.m_format_array.size(); PrintModule() local
|
/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 270 size_t num_entries; in ListSupportedArchNames() 522 for (size_t i = 0; i < def->num_entries; ++i) { 536 for (size_t i = 0; i < def->num_entries; ++i) { in ArchSpec() 262 size_t num_entries; global() member
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 44 size_t num_entries);
|