HomeSort by relevance Sort by last modified time
    Searched refs:array_pod_sort (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 45 array_pod_sort(Relocs.begin(), Relocs.end());
ELFObjectWriter.cpp 953 array_pod_sort(LocalSymbolData.begin(), LocalSymbolData.end())
    [all...]
  /external/llvm/include/llvm/Support/
PassNameParser.h 83 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /external/llvm/lib/Support/
TargetRegistry.cpp 111 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn);
  /external/llvm/include/llvm/ADT/
STLExtras.h 228 /// array_pod_sort_comparator - This is helper function for array_pod_sort,
248 /// array_pod_sort - This sorts an array with the specified start and end
263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End, function in namespace:llvm
  /external/clang/utils/TableGen/
OptParserEmitter.cpp 83 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 74 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end());
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 270 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end());
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 131 array_pod_sort(LoopBlocks.begin(), LoopBlocks.end());
SimplifyCFG.cpp 530 array_pod_sort(V1->begin(), V1->end());
531 array_pod_sort(V2->begin(), V2->end());
    [all...]
  /external/llvm/lib/VMCore/
Metadata.cpp 564 array_pod_sort(Result.begin(), Result.end());
581 array_pod_sort(Result.begin(), Result.end());
  /external/clang/lib/Analysis/
ReachableCode.cpp 167 llvm::array_pod_sort(DeferredLocs.begin(), DeferredLocs.end(), SrcCmp);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 60 array_pod_sort(uniques.begin(), uniques.end());
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 561 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end());
  /external/clang/lib/AST/
CXXInheritance.cpp 32 llvm::array_pod_sort(Decls.begin(), Decls.end());
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 336 llvm::array_pod_sort(PrioritizedCXXGlobalInits.begin(),
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 567 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare);
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 204 array_pod_sort(Symbols.begin(), Symbols.end());
MachODump.cpp 406 array_pod_sort(Relocs.begin(), Relocs.end());
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 219 array_pod_sort(Result.begin(), Result.end());
  /external/clang/lib/Sema/
Sema.cpp 387 // We build a FullSourceLoc so that we can sort with array_pod_sort.
396 llvm::array_pod_sort(undefined.begin(), undefined.end());
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 250 array_pod_sort(LoopBBs.begin(), LoopBBs.end());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 689 array_pod_sort(PHIUsers.begin(), PHIUsers.end());
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1012 milliseconds

1 2