Searched defs:IsExtern (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) argument
101 bool IsExtern = false; member in class:clang::interp::Block
[all...]
H A DProgram.cpp142 bool IsStatic, IsExtern; local
162 createGlobal(const DeclTy &D, QualType Ty, bool IsStatic, bool IsExtern) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h56 bool IsExtern = Section == Obj.section_end(); variable
H A DRuntimeDyldCOFFThumb.h106 bool IsExtern = Section == Obj.section_end(); variable
H A DRuntimeDyldCOFFX86_64.h206 bool IsExtern = SecI == Obj.section_end(); variable
H A DRuntimeDyldCOFFAArch64.h165 bool IsExtern = Section == Obj.section_end(); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp117 unsigned IsExtern = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp551 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1463 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; local

Completed in 125 milliseconds