Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h127 void sortScopes() override;
H A DLVCodeViewReader.h188 void sortScopes() override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp251 sortScopes(); in doLoad()
/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/Transforms/Instrumentation/
H A DControlHeightReduction.cpp337 void sortScopes(SmallVectorImpl<CHRScope *> &Input,
1424 void CHR::sortScopes(SmallVectorImpl<CHRScope *> &Input, in sortScopes() function in CHR
2045 sortScopes(SetScopes, SortedScopes); in run()
/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.cpp799 void LVCodeViewReader::sortScopes() { Root->sort(); }
800 void LVCodeViewReader::sortScopes() { Root->sort(); } sortScopes() function in LVCodeViewReader