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.cpp91 if (IsLabel != SymInfo.IsLabel) in operator <()
92 return SymInfo.IsLabel; in operator <()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h26 bool IsLabel = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h49 IsLabel, enumerator
177 KIND_1(LVScopeKind, IsLabel, IsFunction);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp357 clEnumValN(LVScopeKind::IsLabel, "Label", "Label."),
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp440 !SymbolInfo.XCOFFSymInfo.IsLabel) { in getXCOFFSymbolDescription()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp98 {LVScopeKind::IsLabel, &LVScope::getIsLabel},