| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBlock.h | 53 const Descriptor *Desc, bool IsStatic = false, bool IsExtern = false, 55 : EvalID(EvalID), DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), in EvalID() 61 bool IsExtern = false, bool IsWeak = false) 63 IsExtern(IsExtern), IsDynamic(false), IsWeak(IsWeak), Desc(Desc) { in EvalID() 72 bool isExtern() const { return IsExtern; } in isExtern() 140 Block(unsigned EvalID, const Descriptor *Desc, bool IsExtern, bool IsStatic, in Block() argument 142 : EvalID(EvalID), IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), in Block() 166 bool IsExtern = false; variable
|
| H A D | Program.cpp | 203 bool IsStatic, IsExtern; in createGlobal() local 207 IsExtern = Var->hasExternalStorage(); in createGlobal() 211 IsExtern = false; in createGlobal() 214 IsExtern = true; in createGlobal() 220 createGlobal(VD, VD->getType(), IsStatic, IsExtern, IsWeak, Init)) { in createGlobal() 246 bool IsStatic, bool IsExtern, in createGlobal() argument 267 Ctx.getEvalID(), getCurrentDecl(), Desc, IsStatic, IsExtern, IsWeak); in createGlobal()
|
| H A D | InterpBlock.cpp | 109 : Root(Root), B(~0u, Blk->Desc, Blk->IsStatic, Blk->IsExtern, Blk->IsWeak, in DeadBlock()
|
| H A D | Program.h | 168 bool IsStatic, bool IsExtern,
|
| H A D | Disasm.cpp | 545 OS << " Extern: " << IsExtern << "\n"; in dump()
|
| H A D | Interp.cpp | 909 bool IsExtern = DiagDecl->getStorageClass() == SC_Extern; in CheckCallable() local 911 if (!IsDefined && !IsExtern && DiagDecl->isConstexpr() && in CheckCallable()
|
| /freebsd/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 | 178 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local 193 IsExtern = false; in processRelocationRef() 194 } else if (!IsExtern) { in processRelocationRef() 215 if (IsExtern) in processRelocationRef() 259 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/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 112 unsigned IsExtern = 0; in RecordX86_64Relocation() local 136 IsExtern = 1; in RecordX86_64Relocation() 340 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1953 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local 1954 if (!IsExtern) { in processRelocationRef() 1981 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef() 2037 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()
|