HomeSort by: relevance | last modified time | path
    Searched refs:Structors (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 419 /// This method gathers an array of Structors and then sorts them out by
423 /// @param[out] Structors Sorted Structor structs by Priority.
425 SmallVector<Structor, 8> &Structors);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2265 SmallVector<Structor, 8> &Structors) {
2271 // Gather the structors in a form that's convenient for sorting by priority.
2279 Structors.push_back(Structor());
2280 Structor &S = Structors.back();
2293 llvm::stable_sort(Structors, [](const Structor &L, const Structor &R) {
2302 SmallVector<Structor, 8> Structors;
2303 preprocessXXStructorList(DL, List, Structors);
2304 if (Structors.empty())
2308 for (Structor &S : Structors) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 2484 SmallVector<Structor, 8> Structors;
2485 preprocessXXStructorList(DL, List, Structors);
2486 if (Structors.empty())
2490 for (Structor &S : Structors) {

Completed in 23 milliseconds