Home
last modified time | relevance | path

Searched refs:IsLabel (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp87 if (IsLabel != SymInfo.IsLabel) in operator <()
88 return SymInfo.IsLabel; in operator <()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h25 bool IsLabel = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h48 IsLabel, enumerator
172 KIND_1(LVScopeKind, IsLabel, IsFunction);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp125 !SymbolInfo.XCOFFSymInfo.IsLabel) { in getXCOFFSymbolDescription()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp354 clEnumValN(LVScopeKind::IsLabel, "Label", "Label."),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp95 {LVScopeKind::IsLabel, &LVScope::getIsLabel},