Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Column

289 /// getColumnNumber - Get column number for the location.
291 // We may not want column information at all.
295 // If the location is invalid then use the current column.
2550 /// EmitLocation - Emit metadata to indicate a change in line/column
2737 unsigned Column = 0;
2740 Column = getColumnNumber(VD->getLocation());
2786 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2813 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2828 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2878 unsigned Column = getColumnNumber(VD->getLocation());
2915 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column,
2950 unsigned column = getColumnNumber(loc);
3078 DbgVal->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
3084 DbgDecl->setDebugLoc(llvm::DebugLoc::get(line, column, scope));