Searched refs:IsCtor (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 755 bool IsCtor, unsigned Priority, in getStaticStructorSection() argument 766 if (IsCtor) { in getStaticStructorSection() 780 if (IsCtor) in getStaticStructorSection() 1507 const Triple &T, bool IsCtor, in getCOFFStaticStructorSection() argument 1524 OS << ".CRT$X" << (IsCtor ? "C" : "T") << in getCOFFStaticStructorSection() 1532 std::string Name = IsCtor ? ".ctors" : ".dtors"; in getCOFFStaticStructorSection()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 374 bool IsCtor, unsigned Priority, in getStaticStructorSection() argument 385 if (IsCtor) { in getStaticStructorSection() 399 if (IsCtor) in getStaticStructorSection()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 946 bool IsCtor, unsigned Priority, in getStaticStructorSection() argument 957 if (IsCtor) { in getStaticStructorSection() 971 if (IsCtor) in getStaticStructorSection() 1806 const Triple &T, bool IsCtor, in getCOFFStaticStructorSection() argument 1823 OS << ".CRT$X" << (IsCtor ? "C" : "T") << in getCOFFStaticStructorSection() 1831 std::string Name = IsCtor ? ".ctors" : ".dtors"; in getCOFFStaticStructorSection()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 414 bool IsCtor);
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 179 bool IsCtor) override; 2040 const Constant *List, bool IsCtor) { in emitXXStructorList() argument 2053 (IsCtor ? llvm::Twine("__sinit") : llvm::Twine("__sterm")) + in emitXXStructorList()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 201 SourceRange R2, bool IsCtor) { in DiagnoseNoDiscard() argument 207 if (IsCtor) in DiagnoseNoDiscard() 212 if (IsCtor) in DiagnoseNoDiscard()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2190 bool IsCtor) { in emitXXStructorList() argument 2213 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()
|