MCPcopy Create free account
hub / github.com/Mixaill/FakePDB / AddNatvisFile

Method AddNatvisFile

src_cpp/src/pdb/pdb_creator.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void PdbCreator::AddNatvisFile(std::filesystem::path &path) {
82 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> DataOrErr = llvm::MemoryBuffer::getFile(path.string());
83 _pdbBuilder.addInjectedSource(path.string(), std::move(*DataOrErr));
84 }
85
86 void PdbCreator::ImportIDA(Data::DB &ida_db) {
87 //TPI

Callers

nothing calls this directly

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected