HomeSort by relevance Sort by last modified time
    Searched defs:Data (Results 201 - 225 of 427) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 47 /// /// Return the lengths, in bytes, of the given Key/Data pair.
49 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
53 /// /// Write Data to Out. DataLen is the length from EmitKeyDataLength.
55 /// data_type_ref Data, offset_type DataLen);
65 typename Info::data_type Data;
69 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
71 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {}
117 typename Info::data_type_ref Data) {
119 insert(Key, Data, InfoObj)
569 iterator_range<data_iterator> data() { function in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 323 const MCSymbol &Data = *Symbol;
337 // FIXME: Should this update Data as well? Do we need OrigSymbol at all?
354 if (Data.isPrivateExtern())
358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined()))
503 /// computeSymbolTable - Compute the symbol table data
555 // Now add the data for local symbols.
624 // Create symbol data for any indirect symbols.
717 // The section data starts after the header, the segment load command (and
730 // Add the data-in-code load command size, if used.
760 // Compute the total size of the section data, as well as its file size and v
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 40 const char *Data;
89 return StringRef(Tok.Data, Tok.Length);
93 Tok.Data = Value.data();
469 Res->Tok.Data = Str.data();
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 231 * Find Intrinsic data by intrinsic ID
236 const IntrinsicData *Data = std::lower_bound(std::begin(IntrinsicsWithChain),
239 if (Data != std::end(IntrinsicsWithChain) && *Data == IntrinsicToFind)
240 return Data;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 11 // It also builds the data structures and initialization code needed for
77 /// Get the section name for the profile data variables.
82 /// Get the section name for the coverage mapping data.
96 /// Set up the section and uses for coverage data and its references.
101 /// If the counter array doesn't yet exist, the profile data variables
105 /// Emit runtime registration functions for each profile data variable.
111 /// Add uses of our data variables and runtime hook.
114 /// Create a static initializer for our data, on platforms that need it,
139 // target value sites to enter it as field in the profile data variable.
331 // Create data variable
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 299 Value *Data;
304 : Data(nullptr), Generation(0), MatchingId(-1), IsAtomic(false) {}
305 LoadValue(Value *Data, unsigned Generation, unsigned MatchingId,
307 : Data(Data), Generation(Generation), MatchingId(MatchingId),
611 if (InVal.Data != nullptr && InVal.Generation == CurrentGeneration &&
617 Value *Op = getOrCreateResult(InVal.Data, Inst->getType());
620 << " to: " << *InVal.Data << '\n');
688 if (InVal.Data &&
689 InVal.Data == getOrCreateResult(Inst, InVal.Data->getType()) &
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 308 StringRef Data = *DataOrErr;
309 outs().write(Data.data(), Data.size());
356 // Get the data and its length
357 StringRef Data = *C.getBuffer();
359 // Write the data.
360 file.write(Data.data(), Data.size())
    [all...]
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 1 //===- llvm-cxxdump.cpp - Dump C++ data in an Object File -------*- C++ -*-===//
10 // Dumps C++ data resident in object files and archives.
116 ArrayRef<little32_t> Data;
120 ArrayRef<little32_t> Data;
124 ArrayRef<little32_t> Data;
214 reinterpret_cast<const little32_t *>(SymContents.data()),
221 COL.Data = makeArrayRef(
222 reinterpret_cast<const little32_t *>(SymContents.data()), 3);
230 CHD.Data = makeArrayRef(
231 reinterpret_cast<const little32_t *>(SymContents.data()), 3)
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 420 /// | personality routine data ... |
430 /// |1| 0 | Ix | data for pers routine |
432 /// | more personality routine data |
435 *reinterpret_cast<const support::ulittle32_t *>(Contents->data() + TableEntryOffset);
445 PrintOpcodes(Contents->data() + TableEntryOffset, 3, 1);
450 PrintOpcodes(Contents->data() + TableEntryOffset, 2 + 4 * AdditionalWords,
488 const support::ulittle32_t *Data =
489 reinterpret_cast<const support::ulittle32_t *>(Contents->data());
497 Data[Entry * (IndexTableEntrySize / sizeof(*Data)) + 0]
    [all...]
MachODumper.cpp 489 StringRef Data;
490 error(Section.getContents(Data));
492 W.printBinaryBlock("SectionData", Data);
661 reinterpret_cast<const uint8_t*>(StackMapContents.data()),
678 W.printNumber("Data offset", LLC.dataoff);
679 W.printNumber("Data size", LLC.datasize);
680 ListScope D(W, "Data entries");
813 StringRef Data(P, DataSize);
815 std::pair<StringRef,StringRef> Split = Data.split('\0');
817 Data = Split.second
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 676 sc.Pipeline = (_cmsStageCLutData *) mpe ->Data;
939 _cmsStageMatrixData* Data = (_cmsStageMatrixData*) mpe ->Data;
941 return Data -> Double;
991 // Creates a PostScript color list from a named profile data.
    [all...]
  /external/v8/src/
global-handles.cc 324 typedef v8::WeakCallbackInfo<void> Data;
325 auto callback = reinterpret_cast<Data::Callback>(weak_callback_);
365 v8::WeakCallbackInfo<void> data(reinterpret_cast<v8::Isolate*>(isolate),
367 weak_callback_(data);
410 // Provided data for callback. In FREE state, this is used for
    [all...]
  /external/v8/src/tracing/
trace-event.h 159 // even when the unsigned char* points to garbage data (which may be the case
537 // This Data struct workaround is to avoid initializing all the members
538 // in Data during construction of this object, since this object is always
539 // constructed, even when tracing is disabled. If the members of Data were
542 struct Data {
547 Data* p_data_;
548 Data data_;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 90 OMX_U32 data,
117 int GetYUVformat(uchar * Data)
126 Nf = Data[7];
136 H[j] = (0x0f & (Data[temp_index] >> 4));
137 V[j] = (0x0f & Data[temp_index]);
220 uchar * Data = NULL;
235 if ( Data != NULL ) {
236 free(Data);
237 Data=NULL;
262 Data = (uchar *)malloc(itemlen)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 68 UCHAR Data[ANYSIZE_ARRAY];
145 (FIELD_OFFSET(ACPI_METHOD_ARGUMENT, Data) + max(sizeof(ULONG), DataLength))
163 RtlCopyMemory(&Argument->Data[0],(PUCHAR)StrData,Argument->DataLength); }
168 RtlCopyMemory(&Argument->Data[0],(PUCHAR)BuffData,Argument->DataLength); }
ntddsnd.h 237 UCHAR Data[sizeof(ULONG)];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpcsdk.h 99 LPBYTE Data;
113 LPBYTE Data;
mssip.h 74 CRYPT_ATTRIBUTE_TYPE_VALUE Data;
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
54 unsigned char * Data;
223 #define M_SOS 0xDA // Start Of Scan (begins compressed data)
225 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
  /external/clang/include/clang/AST/
TypeLoc.h 45 void *Data;
84 TypeLoc() : Ty(nullptr), Data(nullptr) { }
86 : Ty(ty.getAsOpaquePtr()), Data(opaqueData) { }
88 : Ty(ty), Data(opaqueData) { }
98 /// \brief Returns the size of type source info data block for the given type.
101 /// \brief Returns the alignment of type source info data block for
117 return Data;
138 /// \brief Returns the size of the type source info data block.
179 /// TypeLoc of the same type. The given size must be the full data
191 return LHS.Ty == RHS.Ty && LHS.Data == RHS.Data
407 uintptr_t data = reinterpret_cast<uintptr_t>(Base::Data); local
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 569 memcpy(Opts.CoverageVersion, CoverageVersion.data(), 4);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 656 ObjCInterfaceDecl::DefinitionData &Data = D->data();
660 Record.push_back(Data.HasDesignatedInitializers);
663 Record.push_back(Data.ReferencedProtocols.size());
670 Record.push_back(Data.AllReferencedProtocols.size());
672 P = Data.AllReferencedProtocols.begin(),
673 PEnd = Data.AllReferencedProtocols.end();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 63 union Data
216 // Write buffer data
353 // Write buffer data
576 // Read buffer data
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 41 * Variable type represents data type. No storage qualifiers are supported
93 union Data
112 Data (void)

Completed in 2400 milliseconds

1 2 3 4 5 6 7 891011>>