Searched refs:writeBlobToStream (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/yaml2obj/ | ||
D | yaml2elf.cpp | 55 void writeBlobToStream(raw_ostream &Out) { Out << OS.str(); } in writeBlobToStream() function in __anon35a54e5e0111::ContiguousBlobAccumulator |
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ | ||
D | ELFEmitter.cpp | 60 void writeBlobToStream(raw_ostream &Out) { Out << OS.str(); } in writeBlobToStream() function in __anon637653e50111::ContiguousBlobAccumulator |
/external/llvm-project/llvm/lib/ObjectYAML/ | ||
D | ELFEmitter.cpp | 67 void writeBlobToStream(raw_ostream &Out) const { Out << OS.str(); } in writeBlobToStream() function in __anonbe606ff10111::ContiguousBlobAccumulator |