| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Compression.cpp | 46 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 D | Base64.cpp | 37 llvm::Error llvm::decodeBase64(llvm::StringRef Input, in decodeBase64()
|
| H A D | TextEncoding.cpp | 162 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 D | Action.cpp | 189 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 D | OffloadBundler.cpp | 229 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 D | StringExtras.h | 59 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 D | RewriteBuffer.h | 52 void Initialize(StringRef Input) { Initialize(Input.begin(), Input.end()); } in Initialize()
|
| H A D | PriorityWorklist.h | 113 insert(SequenceT &&Input) { in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 40 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 D | TokenBufferTokenManager.cpp | 17 std::unique_ptr<llvm::MemoryBuffer> Input) { in lexBuffer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | yaml2obj.h | 65 class Input; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | SPIRV.cpp | 23 const InputInfo &Input, in constructTranslateCommand() 51 const InputInfo &Input, in constructAssembleCommand()
|
| H A D | Flang.cpp | 29 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 D | InterfaceStubs.cpp | 49 for (const auto &Input : Inputs) { in ConstructJob() local
|
| H A D | HLSL.cpp | 223 const InputInfo &Input = Inputs[0]; in ConstructJob() local 240 const InputInfo &Input = Inputs[0]; in ConstructJob() local
|
| H A D | HIPAMD.cpp | 48 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 D | llvm-lto.cpp | 498 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 D | llvm-readobj.h | 29 template <class T> T unwrapOrError(StringRef Input, Expected<T> EO) { in unwrapOrError()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 102 Input = 0x10, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 136 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 D | MsgPackReader.cpp | 26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} in Reader()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | Parsing.cpp | 35 StringRef Input; member 260 Expected<RangeSelector> transformer::parseRangeSelector(llvm::StringRef Input) { in parseRangeSelector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | OffloadBundle.cpp | 263 CompressedOffloadBundle::decompress(llvm::MemoryBufferRef &Input, in decompress() 384 const llvm::MemoryBuffer &Input, in compress()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | FileList.cpp | 141 Error Implementation::parse(StringRef Input) { in parse()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 424 std::unique_ptr<InputFile> Input = in run() local 510 std::unique_ptr<InputFile> Input = in dumpSymtab() local
|