Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h59 MachineOperand *getCol() const { return Col; } getCol() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp29 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h249 uint32_t getCol() const { return LineCol & 0x3ff; } getCol() function