Home
last modified time | relevance | path

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

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