Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp327 if (ObjectList) in print()
328 ObjectList->push_back(std::move(Json)); in print()
340 if (ObjectList) in print()
341 ObjectList->push_back(std::move(Json)); in print()
363 if (ObjectList) in print()
364 ObjectList->push_back(std::move(Json)); in print()
381 if (ObjectList) in printError()
382 ObjectList->push_back(std::move(Json)); in printError()
389 assert(!ObjectList); in listBegin()
390 ObjectList = std::make_unique<json::Array>(); in listBegin()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h130 std::unique_ptr<json::Array> ObjectList; variable