Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp524 const auto FreeData = getFreeFunctionDataForFunction(Callee, TLIFn); in getAllocationFamily() local
525 if (FreeData) in getAllocationFamily()
526 return mangledNameForMallocFamily(FreeData->Family); in getAllocationFamily()