| /freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 73 /// Wrapper for Z3 Sort 79 Z3_sort Sort; in Z3Sort() 83 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort() 84 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in Z3Sort() 88 Z3Sort(const Z3Sort &Other) : Context(Other.Context), Sort(Other.Sort) { 89 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in operator =() 95 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Other.Sort)); 96 Z3_dec_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); 97 Sort 74 Z3_sort Sort; global() member in __anonab5195f60111::Z3Sort 294 newSortRef(const SMTSort & Sort) newSortRef() argument 751 SMTSortRef Sort = mkFloat() local 761 mkSymbol(const char * Name,SMTSortRef Sort) mkSymbol() argument 786 toAPFloat(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APFloat & Float,bool useSemantics) toAPFloat() argument 807 toAPSInt(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APSInt & Int,bool useSemantics) toAPSInt() argument 855 SMTSortRef Sort = getSort(Assign); getInterpretation() local 869 SMTSortRef Sort = getSort(Assign); getInterpretation() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Trace.h | 71 Expected<Trace> loadTraceFile(StringRef Filename, bool Sort = false); 75 Expected<Trace> loadTrace(const DataExtractor &Extractor, bool Sort = false);
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 91 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges 94 m_aranges.Sort(); in Sort()
|
| H A D | NameToDIE.cpp | 26 m_map.Sort(std::less<DIERef>()); in Finalize() 124 m_map.Sort(std::less<DIERef>()); in Decode()
|
| H A D | DWARFDebugAranges.h | 35 void Sort(bool minimize);
|
| H A D | DWARFDebugRanges.cpp | 38 lldb_range_list.Sort(); in Extract()
|
| H A D | DWARFDebugInfo.cpp | 75 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 168 void Sort() { in Sort() function 169 Sort([](const T &, const T &) { return false; }); in Sort() 174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Trace.cpp | 381 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile() argument 411 auto TraceOrError = loadTrace(LittleEndianDE, Sort); in loadTraceFile() 415 TraceOrError = loadTrace(BigEndianDE, Sort); in loadTraceFile() 420 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace() argument 472 if (Sort) in loadTrace()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpressionList.h | 59 /// Sort m_expressions. in Sort() function 60 void Sort() { m_exprs.Sort(); }
|
| /freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 384 name_to_index.Sort(); in RegisterMangledNameEntry() 386 selector_to_index.Sort(); in RegisterMangledNameEntry() 388 basename_to_index.Sort(); in RegisterMangledNameEntry() 390 method_to_index.Sort(); in RegisterMangledNameEntry() 633 // Sort the indexes in place using std::stable_sort. in SortSymbolIndexesByValue() 955 m_file_addr_to_index.Sort(); in InitAddressIndexes() 966 section_ranges.Sort(); in InitAddressIndexes() 1014 // Sort again in case the range size changes the ordering in Finalize() 1015 m_file_addr_to_index.Sort(); in Finalize() 1239 cstr_map.Sort(); [all...] |
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 29 def numeric_sort : FF<"numeric-sort", "Sort symbols by address">; 35 def reverse_sort : FF<"reverse-sort", "Sort in reverse order">; 36 def size_sort : FF<"size-sort", "Sort symbols by size">;
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalTree.h | 54 // static void sortIntervals(IntervalReferences &Intervals, Sorting Sort); 183 // static void sortIntervals(IntervalReferences &Intervals, Sorting Sort); 420 // Sort intervals on the left and right of the middle point. in createTree() 422 // Sort the intervals in ascending order by their beginning point. in createTree() 428 // Sort the intervals in descending order by their ending point. in createTree() 624 /// Sort the given intervals using the following sort options: 627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals() argument 629 [Sort](const DataType *RHS, const DataType *LHS) { in sortIntervals() 630 return Sort == Sorting::Ascending in sortIntervals()
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_range.cpp | 38 Sort(events.data(), events.size(), in Intersect()
|
| H A D | sanitizer_lzw.h | 41 Sort(dict_len1.data(), dict_len1.size()); in LzwEncode()
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_memory_profile.cpp | 50 Sort(allocations_.data(), allocations_.size(), in Print()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 95 m_enumerations.Sort(); in SetEnumerations()
|
| /freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7180-trogdor-ti-sn65dsi86.dtsi | 13 * Sort order matches the order in the parent files (parents before children).
|
| H A D | sc7180-trogdor-parade-ps8640.dtsi | 32 * Sort order matches the order in the parent files (parents before children).
|
| H A D | sc7280-herobrine-zombie.dtsi | 14 * Sort order matches the order in the parent files (parents before children).
|
| H A D | sc7280-herobrine-villager.dtsi | 13 * Sort order matches the order in the parent files (parents before children).
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 109 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 96 m_objc_class_name_to_index.Sort(); in CalculateAbilities()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 298 llvm::SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local 300 ? Solver->mkSBVtoFP(Exp, Sort) in fromCast() 301 : Solver->mkUBVtoFP(Exp, Sort); in fromCast()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 217 void Sort() { in Sort() function 460 void Sort() { in Sort() function 749 void Sort() { in Sort() function
|