Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h53 const Descriptor *Desc, bool IsStatic = false, bool IsExtern = false)
54 : EvalID(EvalID), DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), in EvalID()
60 bool IsExtern = false)
62 IsExtern(IsExtern), IsDynamic(false), Desc(Desc) { in EvalID()
71 bool isExtern() const { return IsExtern; } in isExtern()
136 Block(unsigned EvalID, const Descriptor *Desc, bool IsExtern, bool IsStatic, in Block() argument
138 : EvalID(EvalID), IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), in Block()
162 bool IsExtern = false; variable
H A DProgram.cpp184 bool IsStatic, IsExtern; in createGlobal() local
187 IsExtern = Var->hasExternalStorage(); in createGlobal()
191 IsExtern = false; in createGlobal()
194 IsExtern = true; in createGlobal()
196 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern, Init)) { in createGlobal()
216 bool IsStatic, bool IsExtern, in createGlobal() argument
235 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
H A DInterpBlock.cpp96 B(~0u, Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) { in DeadBlock()
H A DProgram.h155 bool IsStatic, bool IsExtern,
H A DDisasm.cpp340 OS << " Extern: " << IsExtern << "\n"; in dump()
H A DInterp.cpp619 bool IsExtern = DiagDecl->getStorageClass() == SC_Extern; in CheckCallable() local
620 if (!DiagDecl->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()
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()
205 bool IsExtern = SecI == Obj.section_end(); processRelocationRef() local
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.h166 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 DRuntimeDyldCOFFThumb.h128 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
136 IsExtern = false; in processRelocationRef()
137 } else if (!IsExtern) { in processRelocationRef()
147 if (IsExtern) { in processRelocationRef()
106 bool IsExtern = Section == Obj.section_end(); processRelocationRef() local
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.cpp108 unsigned IsExtern = 0; in RecordX86_64Relocation() local
132 IsExtern = 1; in RecordX86_64Relocation()
349 (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.cpp1572 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local
1573 if (!IsExtern) { in processRelocationRef()
1600 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()
1656 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()