Home
last modified time | relevance | path

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

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