Searched defs:sortScopes (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ | ||
H A D | LVReader.h | 168 virtual void sortScopes() {} in sortScopes() function |
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ | ||
H A D | LVDWARFReader.cpp | 1242 void LVDWARFReader::sortScopes() { Root->sort(); } sortScopes() function in LVDWARFReader |
H A D | LVCodeViewReader.cpp | 799 void LVCodeViewReader::sortScopes() { Root->sort(); } sortScopes() function in LVCodeViewReader |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | ControlHeightReduction.cpp | 1424 void CHR::sortScopes(SmallVectorImpl<CHRScope *> &Input, sortScopes() function in CHR |