Searched refs:isObjectPointer (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h117 bool isObjectPointer() const { function in class:llvm::DbgVariable
118 if (Var.isObjectPointer())
120 if (getType().isObjectPointer())
H A DDwarfDebug.cpp451 if (DV.isObjectPointer())
/external/llvm/include/llvm/IR/
H A DDebugInfo.h326 bool isObjectPointer() const { return (getFlags() & FlagObjectPointer) != 0; } function in class:llvm::DIType
675 bool isObjectPointer() const { function in class:llvm::DIVariable
/external/llvm/lib/IR/
H A DDIBuilder.cpp851 if (Ty.isObjectPointer())

Completed in 105 milliseconds