Home
last modified time | relevance | path

Searched refs:sortScopes (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h127 void sortScopes() override;
H A DLVCodeViewReader.h188 void sortScopes() override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp251 sortScopes(); in doLoad()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h168 virtual void sortScopes() {} in sortScopes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp336 void sortScopes(SmallVectorImpl<CHRScope *> &Input,
1423 void CHR::sortScopes(SmallVectorImpl<CHRScope *> &Input, in sortScopes() function in CHR
2044 sortScopes(SetScopes, SortedScopes); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1228 void LVELFReader::sortScopes() { Root->sort(); } in sortScopes() function in LVELFReader
H A DLVCodeViewReader.cpp799 void LVCodeViewReader::sortScopes() { Root->sort(); } in sortScopes() function in LVCodeViewReader