/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 206 Val = *(const uint32_t *)(Str.data()); in readInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 177 // Store the offset for the data of this bucket. in Emit() 194 // In asserts mode, check that the users length matches the data they in Emit() 204 "data length does not match bytes written"); in Emit() 260 /// /// Read the key and data length from Buffer, leaving it pointing at the 268 /// /// Read the data for Key from Buffer, given the DataLen as reported from 342 /// Look up the stored data for a particular key. 349 /// Look up the stored data for a particular key with a known hash. 375 // Determine the length of the key and the data. in find_hashed() 474 // Determine the length of the key and the data. in advance() 525 // Determine the length of the key and the data in getInternalKey() 585 iterator_range<data_iterator> data() { data() function in llvm::OnDiskIterableChainedHashTable [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Profile.cpp | 124 "Block may not have empty path data.", in addBlock() 280 StringRef Data(MappedFile.data(), MappedFile.size()); in loadProfile() 296 // Read in the path data. in loadProfile() 330 // the functions based on the trace data. To do this, we set up a number of in profileFromTrace() 331 // data structures to track the execution context of every thread in the in profileFromTrace() 337 // We then do a pass through the Trace to account data on a per-thread-basis. in profileFromTrace()
|
H A D | Trace.cpp | 46 "Invalid-sized XRay data.", in loadNaiveFormatLog() 259 /// CustomEventRecord now includes the CPU data. 406 auto Data = StringRef(MappedFile.data(), MappedFile.size()); in loadTraceFile() 425 // 0x01 0x00 0x01 0x00 - version 1, "flight data recorder" format in loadTrace() 426 // 0x02 0x00 0x01 0x00 - version 2, "flight data recorder" format in loadTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 126 /// and data. 148 /// getKeyData - Return the start of the string data that is the key for this 149 /// value. The string data is always stored immediately after the 177 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 193 /// GetStringMapEntryFromKeyData - Given key data that is known to be embedded 221 /// storing the string data *after* the value in the map.
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 49 unsigned char data[SIZE]; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | thread.cpp | 291 reinterpret_cast<LPPROC_THREAD_ATTRIBUTE_LIST>(buffer.data()); in Thread()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | wasm-runtime.cpp | 227 WASM_MEMORY = WasmHeap.data(); in main() 232 // Allocate space for the global data. in main() 248 // Initialize the break to the nearest page boundary after the data segment in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.h | 113 /// Models data/rodata sections. Data is written out incrementally and the size 131 /// Pad the next section offset for writing data elements to the requested 288 return llvm::StringRef(reinterpret_cast<const char *>(StringData.data()), in getSectionData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 9 // This file contains support for writing profiling data for clang's 36 // A struct to define how the data stream should be patched. For Indexed 37 // profiling, only uint64_t data type is needed. 40 uint64_t *D; // Pointer to an array of source data. 58 // \c patch can only be called when all data is written and flushed. 128 // Value data in EmitKeyDataLength() 137 Out.write(K.data(), N); in EmitKey() 156 // Write value data in EmitData() 327 // Reserve space to write profile summary data. in writeImpl() 346 // Allocate space for data t in writeImpl() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheckImpl.h | 340 return get(SM, SMLoc::getFromPointer(Buffer.data()), ErrMsg); in get()
|
H A D | SourceMgr.cpp | 51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
|
H A D | YAMLTraits.cpp | 692 const char *Base = S.data(); in scalarString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 37 // an MDTuple containing an MDString containing the msgpack data. in readFromIR() 78 auto Data = reinterpret_cast<const uint32_t *>(Blob.data()); in setFromLegacyBlob()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 409 /// data fragment, at the offset specified by the fixup and following the 430 char *InstAddr = Data.data() + Offset;
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 395 if (!SkMultiPictureDocumentRead(stream, pages.data(), pageCount, &procs)) { in Make() 450 // data). in MakeSurfaceForLayer()
|
/third_party/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 306 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs.data()); in ANGLEGLContext()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | force_render_red.cpp | 183 target_env, message_consumer, binary_in.data(), binary_in.size()); in ForceRenderRed()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | brkiter.cpp | 124 actualLocale.data()); in buildInstance() 189 // Gets all the available locales that has localized text boundary data. 384 // locale data populated (by makeInstance, which is what in createInstance()
|
H A D | normalizer2.cpp | 38 // NFC/NFD data machine-generated by gennorm2 --csource 111 sink.Append(src.data(), src.length());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 203 N Temp = StrTo(S.data(), &End); in to_float()
|
H A D | StringMap.h | 156 /// and data. 166 /// getKeyData - Return the start of the string data that is the key for this 167 /// value. The string data is always stored immediately after the 197 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 213 /// GetStringMapEntryFromKeyData - Given key data that is known to be embedded 240 /// storing the string data *after* the value in the map.
|
/third_party/vixl/src/aarch64/ |
H A D | decoder-aarch64.cc | 66 auto msg = String("Can't find decode node ", GetAllocator().Adapter()) + name.data() + ".\n"; in GetDecodeNode()
|
/third_party/vixl/src/ |
H A D | pool-manager-impl.h | 384 ptrdiff_t distance = std::distance(objects_.data(), object); in AddObjectReference()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireArgumentTests.cpp | 73 wgpuComputePassEncoderSetBindGroup(pass, 0, bindGroup, testOffsets.size(), testOffsets.data()); in TEST_F()
|