Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp423 std::string EntryBuffer; in emitDebugInfo() local
424 raw_string_ostream EntryBufferOS(EntryBuffer); in emitDebugInfo()
468 OS.write(EntryBuffer.data(), EntryBuffer.size()); in emitDebugInfo()