Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp424 std::string EntryBuffer; in emitDebugInfo() local
425 raw_string_ostream EntryBufferOS(EntryBuffer); in emitDebugInfo()
469 OS.write(EntryBuffer.data(), EntryBuffer.size()); in emitDebugInfo()