Home
last modified time | relevance | path

Searched refs:EntryLength (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp428 if (Expected<uint64_t> EntryLength = in emitDebugInfo() local
431 Length += *EntryLength; in emitDebugInfo()
433 return EntryLength.takeError(); in emitDebugInfo()