Home
last modified time | relevance | path

Searched defs:allocateString (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp92 size_t BlobAllocator::allocateString(StringRef Str) { in allocateString() function in BlobAllocator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp93 size_t BlobAllocator::allocateString(StringRef Str) { in allocateString() function in BlobAllocator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h999 MutableArrayRef<char> allocateString(Twine Source) { in allocateString() function