Searched defs:NoteTy (Results 1 – 3 of 3) sorted by relevance
474 struct NoteTy { in addELFNotes() struct476 std::string Name; in addELFNotes()478 uint32_t Type = 0; in addELFNotes()480 std::string Desc; in addELFNotes()482 NoteTy(std::string &&Name, uint32_t Type, std::string &&Desc) in addELFNotes() argument
505 auto *NoteTy = StructType::get(Int32Ty, Int32Ty, Int32Ty, Name->getType(), in createHwasanCtorComdat() local
7253 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()