Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp59 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h257 uint32_t getCol() const { return LineCol & 0x3ff; } in getCol() function