Home
last modified time | relevance | path

Searched defs:Input (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp173 BindArchAction::BindArchAction(Action *Input, StringRef ArchName) in BindArchAction()
311 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
324 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
327 PrecompileJobAction::PrecompileJobAction(ActionClass Kind, Action *Input, in PrecompileJobAction()
336 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction()
342 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
347 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
352 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
357 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp183 virtual Error listBundleIDs(MemoryBuffer &Input) { in listBundleIDs()
197 Error forEachBundle(MemoryBuffer &Input, in forEachBundle()
219 virtual Error listBundleIDsCallback(MemoryBuffer &Input, in listBundleIDsCallback()
298 Error ReadHeader(MemoryBuffer &Input) final { in ReadHeader()
366 Expected<Optional<StringRef>> ReadBundleStart(MemoryBuffer &Input) final { in ReadBundleStart()
373 Error ReadBundleEnd(MemoryBuffer &Input) final { in ReadBundleEnd()
378 Error ReadBundle(raw_fd_ostream &OS, MemoryBuffer &Input) final { in ReadBundle()
431 Error WriteBundle(raw_fd_ostream &OS, MemoryBuffer &Input) final { in WriteBundle()
520 Error ReadHeader(MemoryBuffer &Input) final { return Error::success(); } in ReadHeader()
522 Expected<Optional<StringRef>> ReadBundleStart(MemoryBuffer &Input) final { in ReadBundleStart()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp24 explicit Filter(StringRef Input) : Data(Input), DataLength(Input.size()) {} in Filter()
109 std::string filterCppOutput(StringRef Input) { return Filter(Input).run(); } in filterCppOutput()
H A DResourceScriptToken.cpp88 Tokenizer(StringRef Input) : Data(Input), DataLength(Input.size()), Pos(0) {} in Tokenizer()
363 Expected<std::vector<RCToken>> tokenizeRC(StringRef Input) { in tokenizeRC()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp75 static void reportError(StringRef Input, std::error_code EC) { in reportError()
79 static void error(StringRef Input, Error EC) { in error()
107 template <typename T> T error(StringRef Input, Expected<T> EC) { in error()
113 template <typename T> T error(StringRef Input, ErrorOr<T> &&EC) { in error()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h48 class Input; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp393 std::unique_ptr<lto::InputFile> Input(LTOModule::createInputFile( in listDependentLibraries() local
635 auto Input = loadInputFile(Buffer->getMemBufferRef()); in distributedIndexes() local
672 auto Input = loadInputFile(Buffer->getMemBufferRef()); in emitImports() local
699 auto Input = loadInputFile(Buffer->getMemBufferRef()); in promote() local
732 auto Input = loadInputFile(Buffer->getMemBufferRef()); in import() local
765 auto Input = loadInputFile(Buffer->getMemBufferRef()); in internalize() local
790 auto Input = loadInputFile(Buffer->getMemBufferRef()); in optimize() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-yaml-parser-fuzzer/
H A Dyaml-parser-fuzzer.cpp22 std::vector<uint8_t> Input(Data, Data + Size); in LLVMFuzzerTestOneInput() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp41 std::unique_ptr<llvm::MemoryBuffer> Input = in HandleCXX() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h27 template <class T> T unwrapOrError(StringRef Input, Expected<T> EO) { in unwrapOrError()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef()
60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef()
208 inline bool tryGetFromHex(StringRef Input, std::string &Output) { in tryGetFromHex()
236 inline std::string fromHex(StringRef Input) { in fromHex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-as-fuzzer/
H A Dllvm-as-fuzzer.cpp49 StringRef Input((const char *)Data, Size); in LLVMFuzzerTestOneInput() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dconsole.c35 Input ( in Input() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DInterfaceStubs.cpp48 for (const auto &Input : Inputs) { in ConstructJob() local
H A DFlang.cpp95 const InputInfo &Input = Inputs[0]; in ConstructJob() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp103 std::string Input = Compilations.getAllCompileCommands().front().Filename; in getDependencyFile() local
178 std::string Input = Compilations.getAllCompileCommands().front().Filename; in getFullDependencies() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h130 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function
132 Action(ActionClass Kind, Action *Input) in Action() function
216 const llvm::opt::Arg &Input; variable
433 void addModuleHeaderInput(Action *Input) { in addModuleHeaderInput()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp227 handleMakeDependencyToolResult(const std::string &Input, in handleMakeDependencyToolResult()
268 void mergeDeps(StringRef Input, FullDependenciesResult FDR, in mergeDeps()
402 const std::string &Input, in handleFullDependencyToolResult()
582 const SingleCommandCompilationDatabase *Input; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp66 static void reportError(StringRef Input, Error Err) { in reportError()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h46 void Initialize(StringRef Input) { in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp238 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues()
339 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, in applyTransforms()
385 CompilerInvocation &origCI, const FrontendInputFile &Input, in applyTransformations()
393 CompilerInvocation &origCI, const FrontendInputFile &Input, in migrateWithTemporaryFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DYamlIO.rst980 Input chapter
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-profdata.rst214 .. _profdata-show:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} in Reader()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DParsing.cpp43 StringRef Input; member
268 Expected<RangeSelector> transformer::parseRangeSelector(llvm::StringRef Input) { in parseRangeSelector()

123456