Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp512 const auto FreeData = getFreeFunctionDataForFunction(Callee, TLIFn); in getAllocationFamily() local
513 if (FreeData) in getAllocationFamily()
514 return mangledNameForMallocFamily(FreeData->Family); in getAllocationFamily()