Home
last modified time | relevance | path

Searched defs:sortScopes (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h168 virtual void sortScopes() {} in sortScopes() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1242 void LVDWARFReader::sortScopes() { Root->sort(); } sortScopes() function in LVDWARFReader
H A DLVCodeViewReader.cpp799 void LVCodeViewReader::sortScopes() { Root->sort(); } sortScopes() function in LVCodeViewReader
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1424 void CHR::sortScopes(SmallVectorImpl<CHRScope *> &Input, sortScopes() function in CHR