Home
last modified time | relevance | path

Searched defs:DIEEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp565 const DWARFDebugInfoEntry *DIEEntry) { in isTypeTableCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h324 explicit DIEEntry(DIE &E) : Entry(&E) {} in DIEEntry() function