Home
last modified time | relevance | path

Searched defs:AllocaHolder (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h42 AllocaHolder() {} in AllocaHolder() function
45 AllocaHolder(AllocaHolder &&RHS) : Allocations(std::move(RHS.Allocations)) {} in AllocaHolder() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h42 AllocaHolder() {} in AllocaHolder() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h44 AllocaHolder() : RefCnt(0) {} in AllocaHolder() function