Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h123 uint16_t InlineCode : 2; // DW_AT_inline. variable
142 : LVObject(), SubclassID(ID), AccessibilityCode(0), InlineCode(0), in LVElement()
291 uint32_t getInlineCode() const { return InlineCode; } in getInlineCode()
292 void setInlineCode(uint32_t Code) { InlineCode = Code; } in setInlineCode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1880 uint32_t InlineCode = in printExtra() local
1893 inlineCodeString(InlineCode), virtualityString()); in printExtra()