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

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

Completed in 188 milliseconds