Searched refs:IsProto (Results 1 – 5 of 5) sorted by relevance
140 bool IsProto) { in create() argument142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto); in create()147 bool isProto() const { return IsProto; } in isProto()153 bool getSuppressMangling() const final { return isExternal() && IsProto; } in getSuppressMangling()195 const bool IsProto; variable199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto) in FunctionDeclaration() argument201 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {} in FunctionDeclaration()
123 if (IsProto) in dump()
159 constexpr bool IsProto = true; in instrumentGlobals() local162 llvm::GlobalValue::ExternalLinkage, IsProto); in instrumentGlobals()
3232 bool IsProto = Values[2] == 1; in ProcessRecord() local3235 IsProto); in ProcessRecord()
1451 bool IsProto() const { in IsProto() function6200 if (IsProto()) { in CheckDuplicateProto()