Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp73 static const std::pair<LibFunc, AllocFnsTy> AllocationFnData[] = { variable
150 AllocationFnData, [TLIFn](const std::pair<LibFunc, AllocFnsTy> &P) { in getAllocationDataForFunction()
154 if (Iter == std::end(AllocationFnData)) in getAllocationDataForFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def21 // in lib/Analysis/MemoryBuiltins.cpp "AllocationFnData[]".