Searched defs:isObjectPointer (Results 1 - 2 of 2) 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())
/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

Completed in 2347 milliseconds