Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp53 static const std::pair<LibFunc::Func, AllocFnsTy> AllocationFnData[] = { variable
138 std::find_if(std::begin(AllocationFnData), std::end(AllocationFnData), in getAllocationData()
143 if (Iter == std::end(AllocationFnData)) in getAllocationData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp73 static const std::pair<LibFunc, AllocFnsTy> AllocationFnData[] = { variable
145 AllocationFnData, [TLIFn](const std::pair<LibFunc, AllocFnsTy> &P) { in getAllocationDataForFunction()
149 if (Iter == std::end(AllocationFnData)) in getAllocationDataForFunction()