/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 107 /// string will be extracted and the \a offset_ptr will be 113 /// by the appropriate number of bytes if the value is extracted 142 /// string will be extracted and the \a offset_ptr will be 148 /// by the appropriate number of bytes if the value is extracted 177 /// pointed to by \a OffsetPtr. A fixed length C string will be extracted 182 /// by the appropriate number of bytes if the value is extracted 209 /// pointed to by \a OffsetPtr. A fixed length C string will be extracted 214 /// by the appropriate number of bytes if the value is extracted 230 /// A StringRef for the extracted bytes. If the offset pointed to by 247 /// pointed to by \a offset_ptr. The size of the extracted integer [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 228 /// The buffer that will receive the extracted value if there 232 /// The number of bytes that were extracted which will be \a 233 /// length when the value is successfully extracted, or zero 241 /// by \a offset_ptr. The size of the extracted address comes from the \a 247 /// by the appropriate number of bytes if the value is extracted 253 /// The extracted address value. 263 /// The size in bytes of address values that will be extracted. 276 /// extracted and the \a offset_ptr will be updated with the offset of the 281 /// by the appropriate number of bytes if the value is extracted 297 /// A NULL terminated C string will be extracted and the \a offset_ptr [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | IROutliner.h | 14 // whether it will provide code size reduction. Each region is extracted using 15 // the code extractor. These extracted functions are consolidated into a single 16 // function and called from the extracted call site. 61 /// arguments from the extracted function, inputs and outputs to the region, and 62 /// mapping from the extracted function arguments to overall function arguments. 73 /// The number of extracted inputs from the CodeExtractor. 80 /// Mapping the extracted argument number to the argument number in the 83 /// cannot be sunk into the extracted section in every region, we must keep 84 /// track of which extracted argument maps to which overall argument. 96 /// the old extracted function call to the new aggregate outlined function [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | bmiintrin.h | 218 /// An unsigned integer whose bits are to be extracted. 220 /// An unsigned integer used to specify which bits are extracted. Bits [7:0] 222 /// number of bits to be extracted. 224 /// extracted bits. 241 /// An unsigned integer whose bits are to be extracted. 244 /// bit for the bits to be extracted. Bits [7:0] specify the index. 246 /// An unsigned integer used to specify the number of bits to be extracted. 249 /// extracted bits. 266 /// An unsigned integer whose bits are to be extracted. 268 /// An unsigned integer used to specify which bits are extracted. Bits [7:0] [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 30 /// should not be extracted. 50 // Code from method that is defined in class body should be extracted to a in computeFunctionExtractionLocation() 86 // Property setters can't be extracted. in initiate() 104 // Compute the source range of the code that should be extracted. in createSourceReplacements() 118 // FIXME (Alex L): Account for the return statement in extracted code. in createSourceReplacements() 126 // FIXME: Rewrite the extracted code performing any required adjustments. in createSourceReplacements() 136 // Compute the location of the extracted declaration. in createSourceReplacements() 152 // Create the replacement for the extracted declaration. in createSourceReplacements() 176 // Create the replacement for the call to the extracted declaration. in createSourceReplacements() 194 // the ranges of the name of the extracted declaration. in createSourceReplacements()
|
H A D | SourceExtraction.cpp | 83 /// The extracted expression should be terminated with a ';'. The call to in compute() 84 /// the extracted function will replace this expression, so it won't need in compute() 90 /// extracted function will be a standalone statement, so it should be in compute() 97 /// the call to the extracted function should be terminated with a ';'. in compute() 103 /// it and move it together it with the extracted code. in compute()
|
/freebsd/sbin/restore/ |
H A D | restore.8 | 109 around the directory tree selecting files to be extracted. 116 files to be extracted. 129 files to be extracted. 139 All the files that are on the extraction list are extracted 162 nothing is extracted from the dump. 173 to print out information about each file as it is extracted. 253 the directory is recursively extracted. 257 then the root directory is extracted, 259 backup being extracted, 329 This is useful if only a few files are being extracted, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 80 /// 1) Find both the inputs and outputs for the extracted region. 81 /// 2) Pass the inputs as arguments, remapping them within the extracted 100 // If true, varargs functions can be extracted. 112 // Suffix to use when creating extracted function (appended to the original 114 // label, if non-empty, otherwise "extracted". 128 /// vararg functions can be extracted. This is safe, if all vararg handling 129 /// code is extracted, including vastart. If AllowAlloca is true, then 134 /// the function from which the code is being extracted. 176 /// Verify that assumption cache isn't stale after a region is extracted. 195 /// the expected size of a call to the extracted function. Note that this
|
H A D | VNCoercion.h | 50 /// extracted from the store at DepSI. 58 /// extracted from the load at DepLI. 66 /// extracted from the memory intrinsic at DepMI. 75 /// It inserts instructions to do so at InsertPt, and returns the extracted 87 /// extracted value.
|
H A D | MisExpect.h | 32 /// intrinsics. The RealWeights parameter and the extracted expected weights are 45 /// ExpectedWeights parameter and the extracted real weights are then passed to 68 /// intrinsics. The RealWeights parameter and the extracted expected weights are
|
/freebsd/bin/pax/ |
H A D | pax.1 | 214 When an extracted file is a directory, the entire file hierarchy 215 rooted at that directory is extracted. 216 All extracted files are created relative to the current file hierarchy. 218 the extracted files are discussed in more detail under the 254 subsequently extracted, except that there may be hard links between 347 files and these files cannot be linked while the archive is being extracted, 429 type directory being extracted, to match only the directory file or archive 557 extracted file, subject to the permissions of the invoking 559 Otherwise the attribute of the extracted file is determined as 580 but will not cause the extracted file to be deleted. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_quarantine.h | 255 QuarantineBatch *extracted = current->next; in MergeBatches() local 257 current->merge(extracted); in MergeBatches() 258 CHECK_EQ(extracted->count, 0); in MergeBatches() 259 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); in MergeBatches() 261 list_.extract(current, extracted); in MergeBatches() 262 extracted_size += extracted->size; in MergeBatches() 264 to_deallocate->EnqueueBatch(extracted); in MergeBatches()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 71 /// deduplication of extracted regions with the same structure. 77 /// replace the extracted function for each region. 609 // We are adding an extracted argument to decide between which output path in collectGVNStoreSets() 634 // All extracted functions _should_ have the same return type at this point in createFunction() 784 // extracted into arguments. in findConstants() 808 /// \param [out] EndInputNumbers - The global value numbers for the extracted 829 /// \param [in] ArgInputs - The inputs to be extracted by the code extractor. 833 /// \p OutputMappings that will be extracted. 838 // Get the global value number for each input that will be extracted as an in remapExtractedInputs() 848 /// Using the code extractor, we collect the inputs to the extracted function. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | quarantine.h | 113 QuarantineBatch *Extracted = Current->Next; in mergeBatches() local 115 Current->merge(Extracted); in mergeBatches() 116 DCHECK_EQ(Extracted->Count, 0); in mergeBatches() 117 DCHECK_EQ(Extracted->Size, sizeof(QuarantineBatch)); in mergeBatches() 119 List.extract(Current, Extracted); in mergeBatches() 120 ExtractedSize += Extracted->Size; in mergeBatches() 122 ToDeallocate->enqueueBatch(Extracted); in mergeBatches()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 108 /// getAsFoo functions below return the extracted value as Foo if only 128 /// was extracted from. 236 /// \returns the extracted unsigned value or Default if the V doesn't have a 260 /// \returns the extracted reference value or Default if the V doesn't have a 285 /// \returns the extracted reference value or Default if the V doesn't have a 309 /// \returns the extracted reference value or Default if the V doesn't have a 334 /// \returns the extracted reference value or Default if the V doesn't have a 356 /// \returns the extracted signed integer value or Default if the V doesn't 386 /// \returns the extracted address value or Default if the V doesn't have a 409 /// \returns the extracted section offset value or Default if the V doesn't
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | DataExtractor.cpp | 223 // any data extracted will be endian swapped. 316 // RETURNS the byte that was extracted, or zero on failure. 325 // pointed to by "offset_ptr". The extracted data is copied into "dst". 347 // RETURNS the uint16_t that was extracted, or zero on failure. 392 // pointed to by "offset_ptr". The extracted data is copied into "dst". 425 // RETURNS the uint32_t that was extracted, or zero on failure. 441 // pointed to by "offset_ptr". The extracted data is copied into "dst". 474 // RETURNS the uint64_t that was extracted, or zero on failure. 645 // "offset_ptr". The size of the extracted address comes from the 649 // RETURNS the address that was extracted, or zero on failure. [all …]
|
/freebsd/usr.bin/clang/llvm-extract/ |
H A D | llvm-extract.1 | 63 All alias matching the regular expression will be extracted. May be 107 All functions matching the regular expression will be extracted. May be 125 extracted. May be specified multiple times.
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 326 errs() << "Extracted a loop from the breaking portion of the program.\n"; in ExtractLoops() 330 // we're going to test the newly loop extracted program to make sure nothing in ExtractLoops() 353 errs() << " Continuing on with un-loop-extracted version.\n"; in ExtractLoops() 422 // Okay, great! Now we know that we extracted a loop and that loop in ExtractLoops() 424 // Replace the current program with the loop extracted version, and try to in ExtractLoops() 431 // optimized and loop extracted module. in ExtractLoops() 492 outs() << "but these " << BBs.size() << " blocks are extracted: "; in TestFuncs() 498 outs() << "blocks are extracted."; in TestFuncs() 550 // Use the list reducer to identify blocks that can be extracted without in ExtractBlocks() 576 std::unique_ptr<Module> Extracted = in ExtractBlocks() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 78 // extracted functions to pthread-based code, as only one argument (void*) can 81 AggregateArgsOpt("aggregate-extracted-args", cl::Hidden, 82 cl::desc("Aggregate arguments to code-extracted functions")); 127 // must be a part of the subgraph which is being extracted. in isBlockValidForExtraction() 157 // in subgraph which is going to be extracted. For cleanup return should in isBlockValidForExtraction() 229 // the subgraph which is being extracted. in buildExtractionBlockSet() 268 /// extracted region. 277 /// function being code extracted, but not in the region being extracted. 561 LLVM_DEBUG(dbgs() << "Replace use of extracted region bitcast" in findAllocas() 731 // are from the extracted region. in severSplitPHINodesOfEntry() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set0_CA_list.pod | 84 SSL_CTX_add_client_CA() adds the CA name extracted from B<cacert> to the 88 SSL_add_client_CA() adds the CA name extracted from B<cacert> to the 121 SSL_CTX_add1_to_CA_list() appends the CA subject name extracted from B<x> to the 124 SSL_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | ar.1 | 129 existing files can be extracted, deleted or replaced. 193 Prevent extracted files from replacing like-named files 347 will be extracted only if they are newer than the corresponding 416 If the file corresponding to an extracted member does not exist it 418 If the file corresponding to an extracted member does exist, its owner
|
/freebsd/usr.bin/ar/ |
H A D | ar.1 | 123 existing files can be extracted, deleted or replaced. 192 Prevent extracted files from replacing like-named files 332 will be extracted only if they are newer than the corresponding 401 If the file corresponding to an extracted member does not exist it 403 If the file corresponding to an extracted member does exist, its owner
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 45 failure("d0/d1/s2 is a symlink to something that won't be extracted"); in DEFINE_TEST() 52 failure("d0/d1/d2 should be extracted"); in DEFINE_TEST() 60 * be extracted with --strip-components=2 and the other two in DEFINE_TEST()
|
H A D | test_option_T_upper.c | 78 /* Verify the files were extracted. */ in DEFINE_TEST() 102 /* Verify the files were extracted.*/ in DEFINE_TEST() 120 /* Verify the files were extracted.*/ in DEFINE_TEST()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | Extract.h | 27 /// "extracted" is used. 38 DeclName(DeclName ? std::move(*DeclName) : "extracted") {} in ExtractFunction()
|