Home
last modified time | relevance | path

Searched refs:GetLineLength (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSourceManager.h64 uint32_t GetLineLength(uint32_t line, bool include_newline_chars);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp509 uint32_t SourceManager::File::GetLineLength(uint32_t line, in GetLineLength() function in SourceManager::File