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

1234567891011

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLoopTraversal.cpp28 MachineBasicBlock *Entry = &*MF.begin(); local
H A DNonRelocatableStringpool.cpp20 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-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h42 struct Entry { struct in class:lldb_private::CommandObjectRegexCommand
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp38 RangeListEntry Entry; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h22 struct Entry { struct in class:llvm::DWARFDebugMacro
H A DDWARFDebugPubTable.h26 struct Entry { struct in class:llvm::DWARFDebugPubTable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp56 CFGBlock *&Entry = SM[CS->getStmt()]; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h43 BasicBlock **&Entry = BlockToPredsMap[BB]; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp47 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp99 const VPBlockBase *Entry = Region->getEntry(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPrepareForLiveIntervals.cpp82 MachineBasicBlock &Entry = *MF.begin(); local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h22 struct Entry { struct in class:lldb_private::FormatCache
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp18 FormatCache::Entry::Entry() function in class:FormatCache::Entry
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h40 unsigned insert(const T &Entry) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp65 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DSimpleFormatContext.h48 const FileEntry *Entry = Files.getFile(Name); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp29 auto &Entry = I.first->second; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp28 TargetLowering::ArgListEntry Entry; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp70 FileChecksumEntry Entry; local
H A DDebugInlineeLinesSubsection.cpp110 auto &Entry = Entries.back(); local
121 auto &Entry = Entries.back(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp36 const SrcHeaderBlockEntry &Entry; member in class:llvm::pdb::__anon4696::final
41 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, argument
[all...]
H A DPDBStringTableBuilder.cpp127 auto Entry = StringsToBuckets.lower_bound(NumStrings); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp108 void MappingTraits<DWARFYAML::Entry>::mapping(IO &IO, DWARFYAML::Entry &Entry) { argument
76 mapping(IO &IO, DWARFYAML::PubEntry &Entry) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h25 struct Entry { struct in class:DWARFDeclContext
26 Entry() : tag(llvm::dwarf::DW_TAG_null), name(nullptr) {} function in struct:DWARFDeclContext::Entry
27 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} function in struct:DWARFDeclContext::Entry

Completed in 238 milliseconds

1234567891011