Searched refs:Structor (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h286 struct Structor { struct in class:clang::CodeGen::CodeGenModule
287 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {} function in struct:clang::CodeGen::CodeGenModule::Structor
288 Structor(int Priority, llvm::Constant *Initializer, function in struct:clang::CodeGen::CodeGenModule::Structor
297 typedef std::vector<Structor> CtorList;
H A DCodeGenModule.cpp1205 GlobalCtors.push_back(Structor(Priority, Ctor, AssociatedData));
1217 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp224 const NamedDecl *Structor; member in class:__anon1588::CXXNameMangler
388 : Context(C), Out(Out_), NullOut(NullOut_), Structor(getStructor(D)),
396 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
400 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
405 Structor(Outer.Structor), StructorType(Outer.StructorType),
411 Structor(Outer.Structor), StructorType(Outer.StructorType),
1462 if (ND == Structor)
1481 if (ND == Structor)
[all...]
H A DMicrosoftMangle.cpp260 const NamedDecl *Structor; member in class:__anon1592::MicrosoftCXXNameMangler
286 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
293 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
300 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
331 return ND == Structor || getStructor(ND) == Structor;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2088 struct Structor { struct in namespace:__anon3425
2093 Structor() = default;
2107 SmallVector<Structor, 8> Structors;
2114 Structors.push_back(Structor());
2115 Structor &S = Structors.back();
2124 llvm::stable_sort(Structors, [](const Structor &L, const Structor &R) {
2128 for (Structor &S : Structors) {

Completed in 98 milliseconds