Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h29 virtual std::string getVirtualFileName() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h27 std::string getVirtualFileName() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp39 std::string DIAInjectedSource::getVirtualFileName() const { in getVirtualFileName() function in DIAInjectedSource
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp63 std::string getVirtualFileName() const override { in getVirtualFileName() function in llvm::pdb::__anon054798330111::NativeInjectedSource
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp974 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>"); in dumpInjectedSources()