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

  /external/clang/lib/CodeGen/
CodeGenModule.h 251 struct Structor {
252 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
253 Structor(int Priority, llvm::Constant *Initializer,
262 typedef std::vector<Structor> CtorList;
    [all...]
CodeGenModule.cpp 713 GlobalCtors.push_back(Structor(Priority, Ctor, AssociatedData));
720 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr));
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 250 /// The "structor" is the top-level declaration being mangled, if
253 const NamedDecl *Structor;
275 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
281 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
287 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]
ItaniumMangle.cpp 224 /// The "structor" is the top-level declaration being mangled, if
227 const NamedDecl *Structor;
390 : Context(C), Out(Out_), NullOut(NullOut_), Structor(getStructor(D)),
398 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
402 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
407 Structor(Outer.Structor), StructorType(Outer.StructorType),
412 Structor(Outer.Structor), StructorType(Outer.StructorType),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 94 milliseconds