Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp169 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp140 bool ShowAllHeaders, StringRef OutputPath, in AttachHeaderIncludeGen()
H A DCompilerInstance.cpp526 if (OutputPath == "-") in createPreprocessor() local
812 StringRef OutputPath = getFrontendOpts().OutputFile; createDefaultOutputFile() local
834 createOutputFile(StringRef OutputPath,bool Binary,bool RemoveFileOnSignal,bool UseTemporary,bool CreateMissingDirectories) createOutputFile() argument
848 createOutputFileImpl(StringRef OutputPath,bool Binary,bool RemoveFileOnSignal,bool UseTemporary,bool CreateMissingDirectories) createOutputFileImpl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp346 std::string OutputPath; libDriverMain() local
/freebsd-src/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp113 std::string OutputPath; global() member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp606 auto BufOrError = MemoryBuffer::getFile(OutputPath); in demangleSymbols() local
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp938 if (sys::fs::exists(OutputPath)) in writeGeneratedObject() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5790 SmallString<64> OutputPath; GetModuleOutputPath() local