Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp93 size_t BlobAllocator::allocateString(StringRef Str) { in allocateString() function in BlobAllocator
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h999 MutableArrayRef<char> allocateString(Twine Source) { in allocateString() function