Searched refs:LVSortValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSort.h | 31 using LVSortValue = int; variable 32 using LVSortFunction = LVSortValue (*)(const LVObject *LHS, 39 LVSortValue compareKind(const LVObject *LHS, const LVObject *RHS); 40 LVSortValue compareLine(const LVObject *LHS, const LVObject *RHS); 41 LVSortValue compareName(const LVObject *LHS, const LVObject *RHS); 42 LVSortValue compareOffset(const LVObject *LHS, const LVObject *RHS); 43 LVSortValue compareRange(const LVObject *LHS, const LVObject *RHS); 44 LVSortValue sortByKind(const LVObject *LHS, const LVObject *RHS); 45 LVSortValue sortByLine(const LVObject *LHS, const LVObject *RHS); 46 LVSortValue sortByName(const LVObject *LHS, const LVObject *RHS);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 27 LVSortValue llvm::logicalview::compareKind(const LVObject *LHS, in compareKind() 33 LVSortValue llvm::logicalview::compareLine(const LVObject *LHS, in compareLine() 39 LVSortValue llvm::logicalview::compareName(const LVObject *LHS, in compareName() 45 LVSortValue llvm::logicalview::compareOffset(const LVObject *LHS, in compareOffset() 51 LVSortValue llvm::logicalview::compareRange(const LVObject *LHS, in compareRange() 65 LVSortValue llvm::logicalview::sortByKind(const LVObject *LHS, in sortByKind() 77 LVSortValue llvm::logicalview::sortByLine(const LVObject *LHS, in sortByLine() 89 LVSortValue llvm::logicalview::sortByName(const LVObject *LHS, in sortByName()
|