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.h115 uint16_t InlineCode : 2; // DW_AT_inline. variable
134 : LVObject(), SubclassID(ID), AccessibilityCode(0), InlineCode(0), in LVElement()
277 uint32_t getInlineCode() const { return InlineCode; } in getInlineCode()
278 void setInlineCode(uint32_t Code) { InlineCode = Code; } in setInlineCode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1862 uint32_t InlineCode = in findEqualScope()
1875 inlineCodeString(InlineCode), virtualityString()); in printExtra()
1870 uint32_t InlineCode = printExtra() local