Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h193 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
219 if (IsExtern) in processRelocationRef()
240 if (IsExtern) { in processRelocationRef()
DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
183 if (IsExtern) in processRelocationRef()
227 if (IsExtern) { in processRelocationRef()
DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
337 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
167 if (IsExtern) { in processRelocationRef()
DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
DRuntimeDyldMachOAArch64.h292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
293 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
/external/v8/src/torque/
Dtypes.h661 bool IsExtern() const { return flags_ & ClassFlag::kExtern; } in IsExtern() function
663 return !IsExtern() || in ShouldGeneratePrint()
667 return !IsExtern() || ((flags_ & ClassFlag::kGenerateVerify) && in ShouldGenerateVerify()
672 return flags_ & ClassFlag::kGenerateBodyDescriptor || !IsExtern(); in ShouldGenerateBodyDescriptor()
683 return flags_ & ClassFlag::kGenerateCppClassDefinitions || !IsExtern() || in GenerateCppClassDefinitions()
687 return !IsExtern() && !(flags_ & ClassFlag::kCustomCppClass); in ShouldGenerateFullClassDefinition()
Dinstance-type-generator.cc361 if (!root->type->IsExtern() && !root->type->IsAbstract() && in PrintInstanceTypes()
451 if (type->IsExtern()) continue; in GenerateInstanceTypes()
Dtypes.cc504 return (!IsExtern() || nspace()->IsDefaultNamespace()) && !IsAbstract(); in AllowInstantiation()
514 if (GenerateCppClassDefinitions() || !IsExtern()) { in Finalize()
916 if (!in_test_directory && (IsExtern() || ShouldExport())) { in AttributedToFile()
Dtype-visitor.cc279 !(super_class->ShouldExport() || super_class->IsExtern())) { in ComputeType()
Dimplementation-visitor.cc230 if (class_type->IsExtern() && !class_type->nspace()->IsDefaultNamespace()) { in Visit()
1561 if (class_type->IsExtern()) { in Visit()
1589 expr->initializers, !class_type->IsExtern()); in Visit()
3739 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()
3745 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument
159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp118 unsigned IsExtern = 0; in RecordX86_64Relocation() local
142 IsExtern = 1; in RecordX86_64Relocation()
361 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; in RecordX86_64Relocation() local
141 IsExtern = 1; in RecordX86_64Relocation()
361 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local
540 if (IsExtern) { in printRelocation()
566 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp539 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local
542 if (IsExtern) { in printRelocation()
568 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1446 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local
1447 if (!IsExtern) { in processRelocationRef()
1474 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()
1531 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()