Home
last modified time | relevance | path

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

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