Searched refs:IsProto (Results 1 – 4 of 4) sorted by relevance
136 bool IsProto) { in create() argument138 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto); in create()143 bool isProto() const { return IsProto; } in isProto()149 bool getSuppressMangling() const final { return isExternal() && IsProto; } in getSuppressMangling()167 const bool IsProto; variable171 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto) in FunctionDeclaration() argument173 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {} in FunctionDeclaration()
89 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()