Home
last modified time | relevance | path

Searched refs:lineAsString (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h183 std::string lineAsString(uint32_t LineNumber, LVHalf Discriminator,
286 return lineAsString(getLineNumber(), 0, ShowZero);
H A DLVLine.h84 return lineAsString(getLineNumber(), getDiscriminator(), ShowZero);
H A DLVScope.h725 return lineAsString(getCallLineNumber(), getDiscriminator(), ShowZero);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp52 std::string LVObject::lineAsString(uint32_t LineNumber, LVHalf Discriminator, in lineAsString() function in LVObject