Searched refs:IsExtern (Results 1 – 12 of 12) sorted by relevance
205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local231 if (IsExtern) in processRelocationRef()252 if (IsExtern) { in processRelocationRef()
164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local183 if (IsExtern) in processRelocationRef()228 if (IsExtern) { in processRelocationRef()
58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local59 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local336 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
669 bool IsExtern() const { return flags_ & ClassFlag::kExtern; } in IsExtern() function672 if (!IsExtern()) return true; in ShouldGeneratePrint()678 if (!IsExtern()) return true; in ShouldGenerateVerify()685 return !IsAbstract() && !IsExtern(); in ShouldGenerateBodyDescriptor()697 return (flags_ & ClassFlag::kGenerateCppClassDefinitions) || !IsExtern(); in ShouldGenerateCppClassDefinitions()702 bool ShouldGenerateFullClassDefinition() const { return !IsExtern(); } in ShouldGenerateFullClassDefinition()705 (!IsExtern() && !IsAbstract()); in ShouldGenerateUniqueMap()
463 if (!type->IsExtern()) { in GenerateInstanceTypes()
279 !(super_class->ShouldExport() || super_class->IsExtern())) { in ComputeType()
537 return (!IsExtern() || nspace()->IsDefaultNamespace()) && !IsAbstract(); in AllowInstantiation()942 if (!in_test_directory && (IsExtern() || ShouldExport())) { in AttributedToFile()
248 if (class_type->IsExtern() && !class_type->nspace()->IsDefaultNamespace()) { in Visit()1647 if (class_type->IsExtern()) { in Visit()1675 expr->initializers, !class_type->IsExtern()); in Visit()4089 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()4097 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()
148 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument158 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
117 unsigned IsExtern = 0; in RecordX86_64Relocation() local141 IsExtern = 1; in RecordX86_64Relocation()359 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local1457 if (!IsExtern) { in processRelocationRef()1484 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()1541 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()