/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 193 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 219 if (IsExtern) in processRelocationRef() 240 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldCOFFAArch64.h | 164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 183 if (IsExtern) in processRelocationRef() 227 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 337 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 167 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 293 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
/external/v8/src/torque/ |
D | types.h | 661 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()
|
D | instance-type-generator.cc | 361 if (!root->type->IsExtern() && !root->type->IsAbstract() && in PrintInstanceTypes() 451 if (type->IsExtern()) continue; in GenerateInstanceTypes()
|
D | types.cc | 504 return (!IsExtern() || nspace()->IsDefaultNamespace()) && !IsAbstract(); in AllowInstantiation() 514 if (GenerateCppClassDefinitions() || !IsExtern()) { in Finalize() 916 if (!in_test_directory && (IsExtern() || ShouldExport())) { in AttributedToFile()
|
D | type-visitor.cc | 279 !(super_class->ShouldExport() || super_class->IsExtern())) { in ComputeType()
|
D | implementation-visitor.cc | 230 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/ |
D | PPCMachObjectWriter.cpp | 149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument 159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 149 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/ |
D | X86MachObjectWriter.cpp | 118 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/ |
D | X86MachObjectWriter.cpp | 117 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/ |
D | MachODumper.cpp | 537 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/ |
D | MachODumper.cpp | 539 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/ |
D | RuntimeDyldELF.cpp | 1446 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()
|