Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp343 IF.UnknownFile = std::move(*Result); in open()
344 IF.PdbOrObj = IF.UnknownFile.get(); in open()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h44 std::unique_ptr<MemoryBuffer> UnknownFile; variable