Home
last modified time | relevance | path

Searched defs:IsExtern (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h126 Block(const Descriptor * Desc,bool IsExtern,bool IsStatic,bool IsDead) Block() argument
147 bool IsExtern = false; global() variable
[all...]
H A DProgram.cpp187 IsExtern = Var->hasExternalStorage(); in createGlobal() argument
163 bool IsStatic, IsExtern; createGlobal() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h56 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h128 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
H A DRuntimeDyldMachOX86_64.h57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
H A DRuntimeDyldCOFFX86_64.h212 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h166 bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local
H A DRuntimeDyldMachOAArch64.h332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; RecordX86_64Relocation() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp560 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1566 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; processRelocationRef() local