Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h35 virtual std::string getVirtualFileName() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h28 std::string getVirtualFileName() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp40 std::string DIAInjectedSource::getVirtualFileName() const { in getVirtualFileName() function in DIAInjectedSource
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp940 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>"); in dumpInjectedSources()