HomeSort by relevance Sort by last modified time
    Searched refs:Structor (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 265 struct Structor {
266 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
267 Structor(int Priority, llvm::Constant *Initializer,
276 typedef std::vector<Structor> CtorList;
    [all...]
CodeGenModule.cpp 613 GlobalCtors.push_back(Structor(Priority, Ctor, AssociatedData));
620 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr));
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 209 /// The "structor" is the top-level declaration being mangled, if
212 const NamedDecl *Structor;
231 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
237 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
243 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
789 if (Structor == getStructor(ND)) {
803 if (ND == Structor)
    [all...]
ItaniumMangle.cpp 218 /// The "structor" is the top-level declaration being mangled, if
221 const NamedDecl *Structor;
273 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
281 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
285 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 209 milliseconds