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 259 struct Structor {
260 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
261 Structor(int Priority, llvm::Constant *Initializer,
270 typedef std::vector<Structor> CtorList;
    [all...]
CodeGenModule.cpp 587 GlobalCtors.push_back(Structor(Priority, Ctor, AssociatedData));
594 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 188 /// The "structor" is the top-level declaration being mangled, if
191 const NamedDecl *Structor;
210 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
762 if (ND == Structor) {
770 if (ND == Structor)
    [all...]
ItaniumMangle.cpp 202 /// The "structor" is the top-level declaration being mangled, if
205 const NamedDecl *Structor;
257 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
265 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
269 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 216 milliseconds