Searched refs:IsExtern (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBlock.h41 bool IsStatic = false, bool IsExtern = false)
42 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {}
44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false)
45 : DeclID((unsigned)-1), IsStatic(IsStatic), IsExtern(IsExtern),
53 bool isExtern() const { return IsExtern; }
83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) argument
84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDea
101 bool IsExtern = false; member in class:clang::interp::Block
[all...]
H A DProgram.cpp142 bool IsStatic, IsExtern; local
145 IsExtern = !Var->getAnyInitializer();
148 IsExtern = true;
150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) {
163 bool IsStatic, bool IsExtern) {
180 Global(getCurrentDecl(), Desc, IsStatic, IsExtern);
162 createGlobal(const DeclTy &D, QualType Ty, bool IsStatic, bool IsExtern) argument
H A DBlock.cpp64 : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) {
H A DProgram.h134 bool IsStatic, bool IsExtern);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h205 const bool IsExtern = SecI == Obj.section_end(); variable
231 if (IsExtern)
252 if (IsExtern) {
H A DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end(); variable
183 if (IsExtern)
228 if (IsExtern) {
H A DRuntimeDyldMachOX86_64.h58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
59 if (!IsExtern && RE.IsPCRel)
H A DRuntimeDyldMachOAArch64.h332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
336 } else if (!IsExtern && RE.IsPCRel)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp148 const unsigned IsExtern, const unsigned Type) {
158 (IsExtern << 4) | // was << 27
145 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; local
141 IsExtern = 1;
359 (IsExtern << 27) | (Type << 28);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp551 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); local
554 if (IsExtern) {
579 const char *Kind = IsExtern ? "Symbol" : "Section";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; local
1457 if (!IsExtern) {
1484 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) ||
1541 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) {

Completed in 202 milliseconds