Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp429 if (Expected<uint64_t> EntryLength = in emitDebugInfo() local
432 Length += *EntryLength; in emitDebugInfo()
434 return EntryLength.takeError(); in emitDebugInfo()