Home
last modified time | relevance | path

Searched refs:buffer_string (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddisassembler.cc61 std::string buffer_string; in DisassembleObjectFile() local
62 llvm::raw_string_ostream ostream(buffer_string); in DisassembleObjectFile()
182 string(buffer_string.data(), buffer_string.length()), code_size_bytes}; in DisassembleObjectFile()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h69 std::string buffer_string; in DumpToString() local
70 llvm::raw_string_ostream ostream(buffer_string); in DumpToString()
73 return buffer_string; in DumpToString()
Dllvm_util.cc74 std::string buffer_string; in DumpModuleToString() local
75 llvm::raw_string_ostream ostream(buffer_string); in DumpModuleToString()
78 return buffer_string; in DumpModuleToString()
/external/v8/src/
Dheap-symbols.h34 V(buffer_string, "buffer") \
Dbootstrapper.cc3116 SimpleInstallGetter(isolate_, prototype, factory->buffer_string(), in InitializeGlobal()
3221 SimpleInstallGetter(isolate_, prototype, factory->buffer_string(), in InitializeGlobal()