Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h33 using LVSortValue = int; variable
34 using LVSortFunction = LVSortValue (*)(const LVObject *LHS,
41 LLVM_ABI LVSortValue compareKind(const LVObject *LHS, const LVObject *RHS);
42 LLVM_ABI LVSortValue compareLine(const LVObject *LHS, const LVObject *RHS);
43 LLVM_ABI LVSortValue compareName(const LVObject *LHS, const LVObject *RHS);
44 LLVM_ABI LVSortValue compareOffset(const LVObject *LHS, const LVObject *RHS);
45 LLVM_ABI LVSortValue compareRange(const LVObject *LHS, const LVObject *RHS);
46 LLVM_ABI LVSortValue sortByKind(const LVObject *LHS, const LVObject *RHS);
47 LLVM_ABI LVSortValue sortByLine(const LVObject *LHS, const LVObject *RHS);
48 LLVM_ABI LVSortValue sortByName(const LVObject *LHS, const LVObject *RHS);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp26 LVSortValue llvm::logicalview::compareKind(const LVObject *LHS, in compareKind()
32 LVSortValue llvm::logicalview::compareLine(const LVObject *LHS, in compareLine()
38 LVSortValue llvm::logicalview::compareName(const LVObject *LHS, in compareName()
44 LVSortValue llvm::logicalview::compareOffset(const LVObject *LHS, in compareOffset()
50 LVSortValue llvm::logicalview::compareRange(const LVObject *LHS, in compareRange()
64 LVSortValue llvm::logicalview::sortByKind(const LVObject *LHS, in sortByKind()
76 LVSortValue llvm::logicalview::sortByLine(const LVObject *LHS, in sortByLine()
88 LVSortValue llvm::logicalview::sortByName(const LVObject *LHS, in sortByName()