/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpBlock.h | 41 bool IsStatic = false, bool IsExtern = false) 42 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} in DeclID() 44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) 45 : DeclID((unsigned)-1), IsStatic(IsStatic), IsExtern(IsExtern), 53 bool isExtern() const { return IsExtern; } in isExtern() 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument 84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block() 101 bool IsExtern = false; variable
|
D | Program.cpp | 142 bool IsStatic, IsExtern; in createGlobal() local 145 IsExtern = !Var->getAnyInitializer(); in createGlobal() 148 IsExtern = true; in createGlobal() 150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) { in createGlobal() 163 bool IsStatic, bool IsExtern) { in createGlobal() argument 180 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
|
D | InterpBlock.cpp | 64 : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) { in DeadBlock()
|
D | Program.h | 134 bool IsStatic, bool IsExtern);
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 205 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 223 assert(IsExtern && "DLLImport not marked extern?"); in processRelocationRef() 227 IsExtern = false; in processRelocationRef() 228 } else if (!IsExtern) { in processRelocationRef() 249 if (IsExtern) in processRelocationRef() 270 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldCOFFI386.h | 56 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 67 IsExtern = false; in processRelocationRef() 68 } else if (!IsExtern) { in processRelocationRef() 104 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldCOFFAArch64.h | 165 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 180 IsExtern = false; in processRelocationRef() 181 } else if (!IsExtern) { in processRelocationRef() 202 if (IsExtern) in processRelocationRef() 246 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldCOFFThumb.h | 106 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 114 IsExtern = false; in processRelocationRef() 115 } else if (!IsExtern) { in processRelocationRef() 125 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 59 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 336 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 231 if (IsExtern) in processRelocationRef() 252 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldCOFFAArch64.h | 164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 183 if (IsExtern) in processRelocationRef() 228 if (IsExtern) { in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 59 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 336 } 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/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-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 148 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument 158 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 117 unsigned IsExtern = 0; in RecordX86_64Relocation() local 141 IsExtern = 1; in RecordX86_64Relocation() 359 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 117 unsigned IsExtern = 0; in RecordX86_64Relocation() local 141 IsExtern = 1; in RecordX86_64Relocation() 359 (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/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 545 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local 548 if (IsExtern) { in printRelocation() 573 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1463 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local 1464 if (!IsExtern) { in processRelocationRef() 1491 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef() 1548 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()
|