Home
last modified time | relevance | path

Searched refs:array_pod_sort (Results 1 – 25 of 99) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Object/
DSymbolSizeTest.cpp28 array_pod_sort(Syms.begin(), Syms.end(), compareAddress); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp38 array_pod_sort(List.begin(), List.end(), SortSymbolPair); in getSortedStubs()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h263 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/
DLegacyPassNameParser.h84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); in printOptionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLegacyPassNameParser.h84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare); in printOptionInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPassNameParser.h83 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); in printOptionInfo()
/external/swiftshader/third_party/LLVM/lib/Support/
DTargetRegistry.cpp111 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DSymbolSize.cpp73 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
/external/llvm/lib/Object/
DSymbolSize.cpp75 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetRegistry.cpp125 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
/external/llvm/lib/Support/
DTargetRegistry.cpp125 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp70 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end()); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp82 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end()); in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp533 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/
DRuntimeDyldMachO.cpp189 array_pod_sort(Symbols.begin(), Symbols.end()); in loadSegment32()
326 array_pod_sort(Symbols.begin(), Symbols.end()); in loadSegment64()
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp182 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
/external/llvm/include/llvm/ADT/
DSTLExtras.h326 inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
335 inline void array_pod_sort(
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp254 array_pod_sort(Result.begin(), Result.end()); in getRegisterVTs()
265 array_pod_sort(LegalValueTypes.begin(), LegalValueTypes.end()); in ReadLegalValueTypes()
DOptParserEmitter.cpp116 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords); in EmitOptParser()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp131 array_pod_sort(LoopBlocks.begin(), LoopBlocks.end()); in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp653 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/
DSymbolizableObjectFile.cpp119 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp274 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end()); in insertFrameReferenceRegisters()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp102 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DOptParserEmitter.cpp118 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords); in EmitOptParser()

1234