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

1 2

  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /external/llvm/lib/Object/
SymbolSize.cpp 75 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress);
  /external/llvm/lib/Support/
TargetRegistry.cpp 126 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn);
CommandLine.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 87 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end());
  /external/llvm/include/llvm/ADT/
STLExtras.h 286 /// Adapt std::less<T> for array_pod_sort.
307 /// array_pod_sort - This sorts an array with the specified start and end
322 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
331 inline void array_pod_sort( function in namespace:llvm
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 347 array_pod_sort(Relocs.begin(), Relocs.end(), cmpRel);
379 array_pod_sort(MipsRelocs.begin(), MipsRelocs.end(), cmpRelMips);
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 182 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry);
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 101 array_pod_sort(ExportSyms.begin(), ExportSyms.end());
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 116 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords);
CodeGenTarget.cpp 254 array_pod_sort(Result.begin(), Result.end());
265 array_pod_sort(LegalValueTypes.begin(), LegalValueTypes.end());
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 326 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end());
LiveRangeCalc.cpp 336 array_pod_sort(WorkList.begin(), WorkList.end());
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 49 array_pod_sort(uniques.begin(), uniques.end());
  /external/clang/lib/Analysis/
ReachableCode.cpp 490 llvm::array_pod_sort(DeferredLocs.begin(), DeferredLocs.end(), SrcCmp);
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 403 llvm::array_pod_sort(PrioritizedCXXGlobalInits.begin(),
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 705 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 394 array_pod_sort(Libcalls.begin(), Libcalls.end());
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 763 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end());
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 901 array_pod_sort(LocalSymbolData.begin(), LocalSymbolData.end());
902 array_pod_sort(ExternalSymbolData.begin(), ExternalSymbolData.end());
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 893 array_pod_sort(SectionAddresses.begin(), SectionAddresses.end());
925 array_pod_sort(SecSyms.second.begin(), SecSyms.second.end());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 775 array_pod_sort(PHIUsers.begin(), PHIUsers.end());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 441 array_pod_sort(BatchDiags.begin(), BatchDiags.end(), Comp);
    [all...]

Completed in 523 milliseconds

1 2