Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBInjectedSource.h35 virtual std::string getVirtualFileName() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAInjectedSource.h28 std::string getVirtualFileName() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp40 std::string DIAInjectedSource::getVirtualFileName() const { in getVirtualFileName() function in DIAInjectedSource
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp887 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>"); in dumpInjectedSources()