Home
last modified time | relevance | path

Searched refs:SourceStr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1001 auto SourceStr = Source.toStringRef(TmpBuffer); in allocateString() local
1002 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString()
1003 llvm::copy(SourceStr, AllocatedBuffer); in allocateString()
1004 return MutableArrayRef<char>(AllocatedBuffer, SourceStr.size()); in allocateString()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp1339 SmallString<16> SourceStr; in checkFortifiedBuiltinMemoryFunction() local
1341 SourceSize->toString(SourceStr, /*Radix=*/10); in checkFortifiedBuiltinMemoryFunction()
1344 << FunctionName << DestinationStr << SourceStr); in checkFortifiedBuiltinMemoryFunction()