Home
last modified time | relevance | path

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

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