Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h97 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp908 Type *AllocaInst::getAllocatedType() const { in getAllocatedType() function in AllocaInst
/external/clang/include/clang/AST/
DExprCXX.h1863 QualType getAllocatedType() const { in getAllocatedType() function