/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Object/ |
D | SymbolSizeTest.cpp | 28 array_pod_sort(Syms.begin(), Syms.end(), compareAddress); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 38 array_pod_sort(List.begin(), List.end(), SortSymbolPair); in getSortedStubs()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | STLExtras.h | 263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) { in array_pod_sort() function 271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End, in array_pod_sort() function
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassNameParser.h | 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); in printOptionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | LegacyPassNameParser.h | 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare); in printOptionInfo()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PassNameParser.h | 83 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); in printOptionInfo()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | TargetRegistry.cpp | 111 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | SymbolSize.cpp | 73 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
|
/external/llvm/lib/Object/ |
D | SymbolSize.cpp | 75 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | TargetRegistry.cpp | 125 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
|
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 125 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 70 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end()); in runOnLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 82 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end()); in runOnLoop()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Metadata.cpp | 533 array_pod_sort(Result.begin(), Result.end()); in getAllMetadataImpl() 551 array_pod_sort(Result.begin(), Result.end()); in getAllMetadataOtherThanDebugLocImpl()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 189 array_pod_sort(Symbols.begin(), Symbols.end()); in loadSegment32() 326 array_pod_sort(Symbols.begin(), Symbols.end()); in loadSegment64()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 182 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 326 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 335 inline void array_pod_sort(
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 254 array_pod_sort(Result.begin(), Result.end()); in getRegisterVTs() 265 array_pod_sort(LegalValueTypes.begin(), LegalValueTypes.end()); in ReadLegalValueTypes()
|
D | OptParserEmitter.cpp | 116 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords); in EmitOptParser()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LCSSA.cpp | 131 array_pod_sort(LoopBlocks.begin(), LoopBlocks.end()); in runOnLoop()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 653 array_pod_sort(LocalSymbolData.begin(), LocalSymbolData.end()); in ComputeSymbolTable() 654 array_pod_sort(ExternalSymbolData.begin(), ExternalSymbolData.end()); in ComputeSymbolTable() 655 array_pod_sort(UndefinedSymbolData.begin(), UndefinedSymbolData.end()); in ComputeSymbolTable() 749 array_pod_sort(Relocs.begin(), Relocs.end()); in WriteRelocationsFragment() 865 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix); in CreateMetadataSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 119 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 274 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end()); in insertFrameReferenceRegisters()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 102 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 118 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords); in EmitOptParser()
|