OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Structors
(Results
1 - 2
of
2
) sorted by relevancy
/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
) {
/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
) {
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026