Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/llvm-project/llvm/test/CodeGen/ARM/
H A Dfloat-helpers.s58 entry: label
81 entry: label
104 entry: label
127 entry: label
157 entry: label
188 entry: label
219 entry: label
250 entry: label
281 entry: label
312 entry: label
[all …]
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dxxpermdi_mnemonics.s9 entry: label
19 entry: label
29 entry: label
38 entry: label
47 entry: label
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp49 typename VectorT::value_type entry; in UpdateEntry() local
55 auto &entry = (*vector)[*Handle]; in UpdateEntry() local
63 [rel_err](CheckAndWarningsValue &entry) { in AddCheck() argument
74 __anon4b160e730202(CheckAndWarningsValue &entry) AddWarning() argument
85 __anon4b160e730302(LoadTrackingValue &entry) AddInvalidLoadTrackingEvent() argument
91 __anon4b160e730402(LoadTrackingValue &entry) AddUnknownLoadTrackingEvent() argument
122 for (const auto &entry : check_and_warnings) { Print() local
140 for (const auto &entry : TrackedLoads) { Print() local
[all...]
/llvm-project/lld/test/COFF/
H A Ddirectives-unsupported.s10 .global entry symbol
12 entry: label
H A Dinferasanlibs-drectve.s11 .global entry symbol
13 entry: label
H A Dentry-weak-external.s32 entry = default_entry define
41 entry = does_not_exist define
H A Dduplicate-absolute.s12 .globl entry symbol
13 entry: label
H A Dduplicate-absolute-same.s12 .globl entry symbol
13 entry: label
H A Dwrap-real-missing.s13 .global entry symbol
14 entry: label
H A Dcfguard-weak-undef.s12 .globl entry symbol
13 entry: label
H A Dwrap-with-archive.s15 .global entry symbol
16 entry: label
H A Dwrap.s38 .global entry symbol
39 entry: label
H A Dincludeoptional-export.s23 .global entry symbol
24 entry: label
H A Ddirectives.s18 .global entry symbol
26 entry: label
/llvm-project/lld/test/wasm/
H A Dentry.s3 .globl entry symbol
4 entry: label
/llvm-project/lld/test/ELF/
H A Dentry.s51 .globl entry symbol
54 entry: label
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp96 for (DataLayoutEntryInterface entry : params) { in findEntryForIntegerType() local
109 static uint64_t extractABIAlignment(DataLayoutEntryInterface entry) { in extractABIAlignment() argument
168 static uint64_t extractPreferredAlignment(DataLayoutEntryInterface entry) { in extractPreferredAlignment() argument
242 getDefaultEndianness(DataLayoutEntryInterface entry) getDefaultEndianness() argument
253 getDefaultAllocaMemorySpace(DataLayoutEntryInterface entry) getDefaultAllocaMemorySpace() argument
265 getDefaultProgramMemorySpace(DataLayoutEntryInterface entry) getDefaultProgramMemorySpace() argument
277 getDefaultGlobalMemorySpace(DataLayoutEntryInterface entry) getDefaultGlobalMemorySpace() argument
288 getDefaultStackAlignment(DataLayoutEntryInterface entry) getDefaultStackAlignment() argument
297 getDevicePropertyValue(DataLayoutEntryInterface entry) getDevicePropertyValue() argument
308 __anonf67dcd8b0102(DataLayoutEntryInterface entry) filterEntriesForType() argument
317 __anonf67dcd8b0202(DataLayoutEntryInterface entry) filterEntryForIdentifier() argument
587 DataLayoutEntryInterface entry; getEndianness() local
603 DataLayoutEntryInterface entry; getAllocaMemorySpace() local
619 DataLayoutEntryInterface entry; getProgramMemorySpace() local
635 DataLayoutEntryInterface entry; getGlobalMemorySpace() local
651 DataLayoutEntryInterface entry; getStackAlignment() local
667 DataLayoutEntryInterface entry; getDevicePropertyValue() local
690 for (DataLayoutEntryInterface entry : getEntries()) { bucketEntriesByType() local
701 for (DataLayoutEntryInterface entry : spec.getEntries()) verifyDataLayoutSpec() local
724 for (DataLayoutEntryInterface entry : kvp.second) { verifyDataLayoutSpec() local
792 for (const auto &entry : spec.getEntries()) { verifyTargetSystemSpec() local
805 for (DataLayoutEntryInterface entry : targetDeviceSpec.getEntries()) { verifyTargetSystemSpec() local
[all...]
/llvm-project/mlir/lib/IR/
H A DDialectResourceBlobManager.cpp28 BlobEntry *entry = lookup(name); in update() local
49 if (BlobEntry *entry = tryInsertion(name)) in insert() local
61 if (BlobEntry *entry = tryInsertion(nameStorage)) in insert() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp80 EntryHasMatchingQualhash(const llvm::AppleAcceleratorTable::Entry &entry, in EntryHasMatchingQualhash()
93 static bool EntryHasMatchingTag(const llvm::AppleAcceleratorTable::Entry &entry, in EntryHasMatchingTag()
110 HasImplementationFlag(const llvm::AppleAcceleratorTable::Entry &entry) { in HasImplementationFlag()
126 for (const auto &entry : table.equal_range(name)) { in SearchFor() local
152 for (const auto &entry : m_apple_names_up->entries()) in GetGlobalVariables() local
172 for (auto entry : m_apple_names_up->entries()) { in GetGlobalVariables() local
195 for (const auto &entry : m_apple_types_up->equal_range(class_name)) { in GetCompleteObjCClass() local
284 for (const auto &entry : m_apple_names_up->equal_range(name)) { in GetFunctions() local
H A DDebugNamesDWARFIndex.cpp155 ProcessEntry(const DebugNames::Entry & entry,llvm::function_ref<bool (DWARFDIE die)> callback) ProcessEntry() argument
181 for (const DebugNames::Entry &entry : GetGlobalVariables() local
263 for (const DebugNames::Entry &entry : GetCompleteObjCClass() local
304 getParentChain(Entry entry,uint32_t max_parents) getParentChain() argument
344 for (const DebugNames::Entry &entry : GetFullyQualifiedType() local
384 __anon844f7c800402(llvm::StringRef name, const DebugNames::Entry &entry) SameParentChain() argument
406 for (const DebugNames::Entry &entry : GetTypes() local
421 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { GetTypes() local
433 for (const DebugNames::Entry &entry : GetNamespaces() local
452 for (const DebugNames::Entry &entry : GetFunctions() local
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp391 LoadedModuleInfoList::LoadedModuleInfo const &modInfo, SOEntry &entry) { in FillSOEntryFromModuleInfo()
420 SOEntry entry; in SaveSOEntriesFromRemote() local
449 SOEntry entry; in AddSOEntriesFromRemote() local
479 SOEntry entry; in RemoveSOEntriesFromRemote() local
499 SOEntry entry; in AddSOEntries() local
544 bool DYLDRendezvous::SOEntryIsMainExecutable(const SOEntry &entry) { in SOEntryIsMainExecutable()
568 SOEntry entry; in TakeSnapshot() local
637 void DYLDRendezvous::UpdateBaseAddrIfNecessary(SOEntry &entry, in UpdateBaseAddrIfNecessary()
651 void DYLDRendezvous::UpdateFileSpecIfNecessary(SOEntry &entry) { in UpdateFileSpecIfNecessary()
664 bool DYLDRendezvous::ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry) { in ReadSOEntryFromMemory()
/llvm-project/flang/lib/Parser/
H A Dinstrumented-parser.cpp36 auto &entry{tagIter->second}; in Fails() local
50 auto &entry{perPos_[offset].perTag[tag]}; in Note() local
72 auto &entry{tagLog.second}; in Dump() local
/llvm-project/polly/lib/External/isl/
H A Disl_hash.c66 static isl_bool no(const void *entry, const void *val) in no()
100 struct isl_hash_table_entry *entry; in grow_table() local
160 isl_bool (*eq)(const void *entry, const void *val), in isl_hash_table_find()
216 isl_stat (*fn)(void **entry, void *user), void *user) in isl_hash_table_foreach()
236 isl_bool (*test)(void **entry, void *user), void *user) in isl_hash_table_every()
260 struct isl_hash_table_entry *entry) in isl_hash_table_remove()
/llvm-project/llvm/tools/llvm-driver/
H A Dllvm-driver.cpp20 #define LLVM_DRIVER_TOOL(tool, entry) \ argument
25 #define LLVM_DRIVER_TOOL(tool, entry) " " tool "\n" argument
71 #define LLVM_DRIVER_TOOL(tool, entry) \ in findTool() argument
/llvm-project/llvm/cmake/modules/
H A DLLVMProcessSources.cmake100 set(entry "${g}") global() variable
102 set(entry "${fn}") global() variable

12345678910>>...12