Home
last modified time | relevance | path

Searched defs:Structor (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenModule.h251 struct Structor { struct
252 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {} in Structor() argument
253 Structor(int Priority, llvm::Constant *Initializer, in Structor() function
262 typedef std::vector<Structor> CtorList; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h474 struct Structor { struct
479 Structor() = default; argument
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1578 struct Structor { struct
1579 Structor() : Priority(0), Func(nullptr), ComdatKey(nullptr) {} in Structor() function
1580 int Priority;
1581 llvm::Constant *Func;
1582 llvm::GlobalValue *ComdatKey;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2023 struct Structor { struct
2024 int Priority = 0;
2025 Constant *Func = nullptr;
2026 GlobalValue *ComdatKey = nullptr;
/external/clang/lib/AST/
DMicrosoftMangle.cpp253 const NamedDecl *Structor; member in __anon16ae0b710111::MicrosoftCXXNameMangler
DItaniumMangle.cpp227 const NamedDecl *Structor; member in __anon309cdeb20111::CXXNameMangler
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2666 SmallVector<Structor, 8> &Structors) { in preprocessXXStructorList()