Searched refs:InputFileName (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/unittests/Frontend/ |
D | ASTUnitTest.cpp | 30 llvm::SmallString<256> InputFileName; member in __anon30b699440111::ASTUnitTest 38 InputFileName)); in createASTUnit() 39 input_file = std::make_unique<ToolOutputFile>(InputFileName, FD); in createASTUnit() 42 const char *Args[] = {"clang", "-xc++", InputFileName.c_str()}; in createASTUnit() 109 AST->getBufferForFile(InputFileName); in TEST_F() 155 llvm::sys::fs::createTemporaryFile("ast-unit", "c", FD, InputFileName)); in TEST_F() 156 input_file = std::make_unique<ToolOutputFile>(InputFileName, FD); in TEST_F() 159 const char *Args[] = {"clang", "-target", "foobar", InputFileName.c_str()}; in TEST_F()
|
/external/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 57 const char *const InputFileName = "input.cc"; in testImport() local 62 FromCode, FromArgs, InputFileName), in testImport() 74 MFS->addFile(InputFileName, 0, in testImport()
|
/external/llvm-project/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 44 InputFileName(cl::Positional, cl::desc("<input>"), cl::init("-"), variable 150 MemoryBuffer::getFile(InputFileName.c_str()); in readLocationInfo() 152 WithColor::error() << "Can't open file " << InputFileName << ": " in readLocationInfo()
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterFixtures.h | 87 const char *const InputFileName = "input.cc"; variable 248 const char *const InputFileName = "input.cc"; in testImport() local 252 FromCode, FromArgs, InputFileName), in testImport()
|
D | ASTImporterFixtures.cpp | 147 FromTUs.emplace_back(FromSrcCode, InputFileName, FromArgs, Creator, in getImportedDecl()
|
D | StructuralEquivalenceTest.cpp | 30 const char *const InputFileName = "input.cc"; in makeASTUnits() local 32 AST0 = tooling::buildASTFromCodeWithArgs(Code0, Args, InputFileName); in makeASTUnits() 33 AST1 = tooling::buildASTFromCodeWithArgs(Code1, Args, InputFileName); in makeASTUnits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 610 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument 630 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 743 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument 763 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()
|