Home
last modified time | relevance | path

Searched defs:InputFileName (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DOptions.h28 std::string InputFileName; member
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp30 llvm::SmallString<256> InputFileName; member in __anon2d08965d0111::ASTUnitTest
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.h87 const char *const InputFileName = "input.cc"; variable
248 const char *const InputFileName = "input.cc"; in testImport() local
H A DStructuralEquivalenceTest.cpp30 const char *const InputFileName = "input.cc"; in makeASTUnits() local
/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp302 StringRef InputFileName, in readFileAndProcessRemarks()
345 StringRef InputFileName, in tryReadFileAndProcessRemarks()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp172 llvm::StringRef OutputFilePrefix, const char *InputFileName, in constructLlcCommand()
/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp45 InputFileName(cl::Positional, cl::desc("<input>"), cl::init("-"), variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp899 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile()
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp969 static Error ListBundleIDsInFile(StringRef InputFileName) { in ListBundleIDsInFile()