Searched defs:Entry (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.h25 NamedMDNode *Entry; member in class:llvm::dxil::ValidatorVersionMD
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLoopTraversal.cpp28 MachineBasicBlock *Entry = &*MF.begin(); local
H A DNonRelocatableStringpool.cpp18 auto &Entry = I.first->second; local
H A DMachineRegionInfo.cpp37 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, argument
67 MachineBasicBlock *Entry = GraphTraits<MachineFunction*>::getEntryNode(&F); local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp24 TypedPointerType *&Entry = local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp45 RangeListEntry Entry; local
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp57 CFGBlock *&Entry = SM[CS->getStmt()]; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h43 BasicBlock **&Entry = BlockToPredsMap[BB]; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h71 struct Entry { struct in class:lldb_private::ObjectContainerMachOFileset
72 Entry(uint64_t vmaddr, uint64_t fileoff, std::string id) function in struct:lldb_private::ObjectContainerMachOFileset::Entry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DTableManager.h39 auto &Entry = impl().createEntry(G, Target); local
61 bool registerPreExistingEntry(Symbol &Target, Symbol &Entry) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h47 struct Entry { struct in class:lldb_private::CommandObjectRegexCommand
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h29 struct Entry { struct in class:lldb_private::plugin::dwarf::DWARFDeclContext
31 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} function in struct:lldb_private::plugin::dwarf::DWARFDeclContext::Entry
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h22 struct Entry { struct in class:lldb_private::FormatCache
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h40 unsigned insert(const T &Entry) { argument
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp17 FormatCache::Entry::Entry() function in class:FormatCache::Entry
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp28 TargetLowering::ArgListEntry Entry; local
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp81 auto Entry = std::make_unique<EntryStage>(SrcMgr); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h28 struct Entry { struct in class:llvm::DWARFDebugPubTable
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp28 auto &Entry = I.first->second; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h63 ValueType *Entry = ValueType::create(Key, Allocator, std::move(Value)); local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.cpp190 Record *&Entry = NameClass[Result->getArgNameStr(i)]; local
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp65 OptionalFileEntryRef Entry = R.getSourceMgr().getFileEntryRefForID(FID); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h76 BasicBlock *Entry = BasicBlock::Create(Ctx, "entry", F); local
H A DMachineRegionInfo.h51 inline MachineRegionNode(MachineRegion *Parent, MachineBasicBlock *Entry, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h58 FreeList *Entry = reinterpret_cast<FreeList*>(Ptr); local

Completed in 247 milliseconds

1234567891011>>