| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBlock.h | 53 bool IsStatic = false, bool IsExtern = false) 54 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} in DeclID() 56 Block(const Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) 57 : DeclID((unsigned)-1), IsStatic(IsStatic), IsExtern(IsExtern), 65 bool isExtern() const { return IsExtern; } in isExtern() 126 Block(const Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument 127 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block() 147 bool IsExtern = false; variable
|
| H A D | Program.cpp | 163 bool IsStatic, IsExtern; in createGlobal() local 166 IsExtern = !Var->getAnyInitializer(); in createGlobal() 169 IsExtern = false; in createGlobal() 172 IsExtern = true; in createGlobal() 174 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern, Init)) { in createGlobal() 187 bool IsStatic, bool IsExtern, in createGlobal() argument 206 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
|
| H A D | InterpBlock.cpp | 95 : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) { in DeadBlock()
|
| H A D | Program.h | 154 bool IsStatic, bool IsExtern,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFX86_64.h | 212 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local 230 assert(IsExtern && "DLLImport not marked extern?"); in processRelocationRef() 234 IsExtern = false; in processRelocationRef() 235 } else if (!IsExtern) { in processRelocationRef() 256 if (IsExtern) in processRelocationRef() 277 if (IsExtern) { in processRelocationRef()
|
| H A 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()
|
| H A D | RuntimeDyldCOFFAArch64.h | 166 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 181 IsExtern = false; in processRelocationRef() 182 } else if (!IsExtern) { in processRelocationRef() 203 if (IsExtern) in processRelocationRef() 247 if (IsExtern) { in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 128 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 136 IsExtern = false; in processRelocationRef() 137 } else if (!IsExtern) { in processRelocationRef() 147 if (IsExtern) { in processRelocationRef()
|
| H A D | RuntimeDyldMachOX86_64.h | 57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 58 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
| H A D | RuntimeDyldMachOAArch64.h | 332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local 336 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 560 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local 563 if (IsExtern) { in printRelocation() 585 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1566 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local 1567 if (!IsExtern) { in processRelocationRef() 1594 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef() 1651 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()
|