Home
last modified time | relevance | path

Searched refs:IsExtern (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
231 if (IsExtern) in processRelocationRef()
252 if (IsExtern) { in processRelocationRef()
DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
183 if (IsExtern) in processRelocationRef()
228 if (IsExtern) { in processRelocationRef()
DRuntimeDyldMachOX86_64.h58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
59 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
336 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/third_party/node/deps/v8/src/torque/
Dtypes.h669 bool IsExtern() const { return flags_ & ClassFlag::kExtern; } in IsExtern() function
672 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()
Dinstance-type-generator.cc463 if (!type->IsExtern()) { in GenerateInstanceTypes()
Dtype-visitor.cc279 !(super_class->ShouldExport() || super_class->IsExtern())) { in ComputeType()
Dtypes.cc537 return (!IsExtern() || nspace()->IsDefaultNamespace()) && !IsAbstract(); in AllowInstantiation()
942 if (!in_test_directory && (IsExtern() || ShouldExport())) { in AttributedToFile()
Dimplementation-visitor.cc248 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp148 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
158 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; in RecordX86_64Relocation() local
141 IsExtern = 1; in RecordX86_64Relocation()
359 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local
1457 if (!IsExtern) { in processRelocationRef()
1484 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()
1541 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()