Searched refs:registerWriter (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp71 registerWriter(std::make_unique<RawPCHContainerWriter>());
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h96 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { function in class:clang::PCHContainerOperations
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp168 PCHOpts->registerWriter(std::make_unique<ObjectFilePCHContainerWriter>());
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp234 PCHOps->registerWriter(std::make_unique<ObjectFilePCHContainerWriter>());
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp325 PCHContainerOps->registerWriter(std::make_unique<RawPCHContainerWriter>());
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp80 PCHOps->registerWriter(std::make_unique<ObjectFilePCHContainerWriter>());

Completed in 85 milliseconds