Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h53 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 DProgram.cpp203 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 DInterpBlock.cpp109 : Root(Root), B(~0u, Blk->Desc, Blk->IsStatic, Blk->IsExtern, Blk->IsWeak, in DeadBlock()
H A DProgram.h168 bool IsStatic, bool IsExtern,
H A DDisasm.cpp545 OS << " Extern: " << IsExtern << "\n"; in dump()
H A DInterp.cpp909 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 DRuntimeDyldCOFFX86_64.h212 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 DRuntimeDyldCOFFI386.h56 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 DRuntimeDyldCOFFAArch64.h178 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 DRuntimeDyldCOFFThumb.h128 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 DRuntimeDyldMachOX86_64.h57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
58 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h332 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 DX86MachObjectWriter.cpp112 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 DMachODumper.cpp560 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 DRuntimeDyldELF.cpp1953 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()