Home
last modified time | relevance | path

Searched refs:GetCurrentFileOrBufferName (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Frontend/
DFrontendActions.cpp20 std::string path{GetCurrentFileOrBufferName()}; in ExecuteAction()
38 binaryMode, GetCurrentFileOrBufferName(), "txt"); in ExecuteAction()
64 /*Binary=*/true, /*InFile=*/GetCurrentFileOrBufferName())}) { in ExecuteAction()
DFrontendAction.cpp48 std::string currentInputPath{GetCurrentFileOrBufferName()}; in Execute()
/external/llvm-project/flang/include/flang/Frontend/
DFrontendAction.h69 llvm::StringRef GetCurrentFileOrBufferName() const { in GetCurrentFileOrBufferName() function