Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h53 bool IsStatic = false, bool IsExtern = false)
54 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} in DeclID()
56 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false)
57 : DeclID((unsigned)-1), IsStatic(IsStatic), IsExtern(IsExtern),
65 bool isExtern() const { return IsExtern; } in isExtern()
118 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument
119 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block()
136 bool IsExtern = false; variable
H A DProgram.cpp162 bool IsStatic, IsExtern; in createGlobal() local
165 IsExtern = !Var->getAnyInitializer(); in createGlobal()
168 IsExtern = true; in createGlobal()
170 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern, Init)) { in createGlobal()
183 bool IsStatic, bool IsExtern, in createGlobal() argument
202 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
H A DInterpBlock.cpp64 : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) { in DeadBlock()
H A DProgram.h152 bool IsStatic, bool IsExtern,
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h205 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()
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.h165 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()
H A DRuntimeDyldCOFFThumb.h105 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
113 IsExtern = false; in processRelocationRef()
114 } else if (!IsExtern) { in processRelocationRef()
124 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; in RecordX86_64Relocation() local
141 IsExtern = 1; in RecordX86_64Relocation()
359 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1560 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local
1561 if (!IsExtern) { in processRelocationRef()
1588 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()
1645 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()