OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Structor
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h
405
/// `llvm.global_ctors` and `llvm.global_dtors` are arrays of
Structor
411
struct
Structor
{
416
Structor
() = default;
423
/// @param[out] Structors Sorted
Structor
structs by Priority.
425
SmallVector<
Structor
, 8> &Structors);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h
289
struct
Structor
{
290
Structor
() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
291
Structor
(int Priority, llvm::Constant *Initializer,
300
typedef std::vector<
Structor
> CtorList;
CodeGenModule.cpp
1397
GlobalCtors.push_back(
Structor
(Priority, Ctor, AssociatedData));
1411
GlobalDtors.push_back(
Structor
(Priority, Dtor, nullptr));
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
263
/// The "
structor
" is the top-level declaration being mangled, if
266
const NamedDecl *
Structor
;
430
: Context(C), Out(Out_), NullOut(NullOut_),
Structor
(getStructor(D)),
438
: Context(C), Out(Out_),
Structor
(getStructor(D)), StructorType(Type),
442
: Context(C), Out(Out_),
Structor
(getStructor(D)), StructorType(Type),
447
Structor
(Outer.
Structor
), StructorType(Outer.StructorType),
453
Structor
(Outer.
Structor
), StructorType(Outer.StructorType),
1570
if (ND ==
Structor
)
[
all
...]
MicrosoftMangle.cpp
298
/// The "
structor
" is the top-level declaration being mangled, if
301
const NamedDecl *
Structor
;
327
: Context(C), Out(Out_),
Structor
(nullptr), StructorType(-1),
334
: Context(C), Out(Out_),
Structor
(getStructor(D)), StructorType(Type),
341
: Context(C), Out(Out_),
Structor
(getStructor(D)), StructorType(Type),
377
return ND ==
Structor
|| getStructor(ND) ==
Structor
;
2484
//
structor
type.
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
2265
SmallVector<
Structor
, 8> &Structors) {
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;
2308
for (
Structor
&S : Structors) {
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
2484
SmallVector<
Structor
, 8> Structors;
2490
for (
Structor
&S : Structors) {
Completed in 33 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026