Home
last modified time | relevance | path

Searched refs:getMainFileName (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp633 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) { in setGenDwarfRootFile()
635 llvm::sys::path::append(FileNameBuf, getMainFileName()); in setGenDwarfRootFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h541 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function