HomeSort by relevance Sort by last modified time
    Searched refs:emitString (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 76 /// emitString - This callback is invoked when a String needs to be
78 void ObjectCodeEmitter::emitString(const std::string &String) {
79 BO->emitString(String);
ELFWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h 96 /// emitString - This callback is invoked when a String needs to be
98 void emitString(const std::string &String);
MachineCodeEmitter.h 201 /// emitString - This callback is invoked when a String needs to be
203 void emitString(const std::string &String) {
JITCodeEmitter.h 206 /// emitString - This callback is invoked when a String needs to be
208 void emitString(const std::string &String) {
BinaryObject.h 326 /// emitString - This callback is invoked when a String needs to be
328 void emitString(const std::string &String) {
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 315 emitString(store, properties, KEY_DEVICE_NAME);
332 emitString(store, limits, KEY_BUFFER_IMAGE_GRANULARITY);
333 emitString(store, limits, KEY_SPARSE_ADDRESS_SPACE_SIZE);
387 emitString(store, limits, KEY_MIN_MEMORY_MAP_ALIGNMENT);
388 emitString(store, limits, KEY_MIN_TEXEL_BUFFER_OFFSET_ALIGNMENT);
389 emitString(store, limits, KEY_MIN_UNIFORM_BUFFER_OFFSET_ALIGNMENT);
390 emitString(store, limits, KEY_MIN_STORAGE_BUFFER_OFFSET_ALIGNMENT);
424 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_OFFSET_ALIGNMENT);
425 emitString(store, limits, KEY_OPTIMAL_BUFFER_COPY_ROW_PITCH_ALIGNMENT);
426 emitString(store, limits, KEY_NON_COHERENT_ATOM_SIZE)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 494 JCE->emitString(Personality ? "zPLR" : "zR");

Completed in 566 milliseconds