Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp46 void compression::compress(Params P, ArrayRef<uint8_t> Input, in compress()
58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress()
69 Error compression::decompress(compression::Format F, ArrayRef<uint8_t> Input, in decompress()
81 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress()
107 void zlib::compress(ArrayRef<uint8_t> Input, in compress()
123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress()
135 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress()
147 void zlib::compress(ArrayRef<uint8_t> Input, in compress()
151 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *UncompressedBuffer, in decompress()
155 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress()
[all …]
H A DBase64.cpp37 llvm::Error llvm::decodeBase64(llvm::StringRef Input, in decodeBase64()
H A DTextEncoding.cpp162 const char *Input = In; in convertString() local
274 char *Input = const_cast<char *>(InputLength ? Source.data() : ""); in convertString() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp189 BindArchAction::BindArchAction(Action *Input, StringRef ArchName) in BindArchAction()
346 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
354 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
359 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
362 PrecompileJobAction::PrecompileJobAction(ActionClass Kind, Action *Input, in PrecompileJobAction()
375 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
380 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
385 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
390 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
415 VerifyJobAction::VerifyJobAction(ActionClass Kind, Action *Input, in VerifyJobAction()
[all …]
H A DOffloadBundler.cpp229 virtual Error listBundleIDs(MemoryBuffer &Input) { in listBundleIDs()
242 virtual Error getBundleIDs(MemoryBuffer &Input, in getBundleIDs()
256 Error forEachBundle(MemoryBuffer &Input, in forEachBundle()
279 virtual Error listBundleIDsCallback(MemoryBuffer &Input, in listBundleIDsCallback()
350 Error ReadHeader(MemoryBuffer &Input) final { in ReadHeader()
417 ReadBundleStart(MemoryBuffer &Input) final { in ReadBundleStart()
424 Error ReadBundleEnd(MemoryBuffer &Input) final { in ReadBundleEnd()
429 Error ReadBundle(raw_ostream &OS, MemoryBuffer &Input) final { in ReadBundle()
483 Error WriteBundle(raw_ostream &OS, MemoryBuffer &Input) final { in WriteBundle()
581 Error ReadHeader(MemoryBuffer &Input) final { return Error::success(); } in ReadHeader()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h59 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef()
62 inline StringRef toStringRef(ArrayRef<char> Input) { in toStringRef()
68 inline ArrayRef<CharT> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef()
196 inline void toHex(ArrayRef<uint8_t> Input, bool LowerCase,
246 inline bool tryGetFromHex(StringRef Input, std::string &Output) {
281 inline std::string fromHex(StringRef Input) {
H A DRewriteBuffer.h52 void Initialize(StringRef Input) { Initialize(Input.begin(), Input.end()); } in Initialize()
H A DPriorityWorklist.h113 insert(SequenceT &&Input) { in insert()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp40 PdbOrObj &Input, StringRef FileFormatName, in createReader()
227 PdbOrObj Input = &Obj; in handleMach() local
247 if (PdbOrObj Input = dyn_cast<ObjectFile>(&Binary)) in handleObject() local
271 PdbOrObj Input = &PdbSession->getPDBFile(); in handleObject() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokenBufferTokenManager.cpp17 std::unique_ptr<llvm::MemoryBuffer> Input) { in lexBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h65 class Input; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp23 const InputInfo &Input, in constructTranslateCommand()
51 const InputInfo &Input, in constructAssembleCommand()
H A DFlang.cpp29 static void addDashXForInput(const ArgList &Args, const InputInfo &Input, in addDashXForInput()
763 const InputInfo &Input) { in renderRemarksOptions()
854 const InputInfo &Input = Inputs[0]; in ConstructJob() local
1053 for (const InputInfo &Input : FrontendInputs) { in ConstructJob() local
H A DInterfaceStubs.cpp49 for (const auto &Input : Inputs) { in ConstructJob() local
H A DHLSL.cpp223 const InputInfo &Input = Inputs[0]; in ConstructJob() local
240 const InputInfo &Input = Inputs[0]; in ConstructJob() local
H A DHIPAMD.cpp48 for (auto Input : Inputs) in constructLlvmLinkCommand() local
144 for (auto Input : Inputs) in constructLldCommand() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp498 std::unique_ptr<lto::InputFile> Input(LTOModule::createInputFile( in listDependentLibraries() local
743 auto Input = loadInputFile(Buffer->getMemBufferRef()); in distributedIndexes() local
781 auto Input = loadInputFile(Buffer->getMemBufferRef()); in emitImports() local
808 auto Input = loadInputFile(Buffer->getMemBufferRef()); in promote() local
841 auto Input = loadInputFile(Buffer->getMemBufferRef()); in import() local
874 auto Input = loadInputFile(Buffer->getMemBufferRef()); in internalize() local
899 auto Input = loadInputFile(Buffer->getMemBufferRef()); in optimize() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h29 template <class T> T unwrapOrError(StringRef Input, Expected<T> EO) { in unwrapOrError()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h102 Input = 0x10, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h136 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function
138 Action(ActionClass Kind, Action *Input) in Action() function
231 const llvm::opt::Arg &Input; variable
449 void addHeaderInput(Action *Input) { getInputs().push_back(Input); } in addHeaderInput()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} in Reader()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp35 StringRef Input; member
260 Expected<RangeSelector> transformer::parseRangeSelector(llvm::StringRef Input) { in parseRangeSelector()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp263 CompressedOffloadBundle::decompress(llvm::MemoryBufferRef &Input, in decompress()
384 const llvm::MemoryBuffer &Input, in compress()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp141 Error Implementation::parse(StringRef Input) { in parse()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp424 std::unique_ptr<InputFile> Input = in run() local
510 std::unique_ptr<InputFile> Input = in dumpSymtab() local

123456