reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1611           !GV.hasDLLImportStorageClass() && !GV.getName().startswith("llvm.") &&
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  197     if (Global && Global->hasDLLImportStorageClass())
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
 1058       if (!GV->hasDLLImportStorageClass()) {
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1590   if (F && F->hasDLLImportStorageClass())
lib/IR/Constants.cpp
  496     return GV->hasDLLImportStorageClass();
lib/IR/Verifier.cpp
  582   if (GV.hasDLLImportStorageClass()) {
lib/LTO/LTO.cpp
  752         if (GV->hasDLLImportStorageClass())
lib/Linker/LinkModules.cpp
  262     if (Src.hasDLLImportStorageClass()) {
lib/Object/ModuleSymbolTable.cpp
  178   if (GV->hasDLLImportStorageClass())
lib/Target/AArch64/AArch64ISelLowering.cpp
 4030     } else if (Subtarget->isTargetCOFF() && GV->hasDLLImportStorageClass()) {
lib/Target/AArch64/AArch64Subtarget.cpp
  222     if (GV->hasDLLImportStorageClass())
lib/Target/ARM/ARMISelLowering.cpp
 2337         unsigned TargetFlags = GV->hasDLLImportStorageClass()
 2342         if (GV->hasDLLImportStorageClass())
 3538   if (GV->hasDLLImportStorageClass())
lib/Target/TargetMachine.cpp
  123   if (GV && GV->hasDLLImportStorageClass())
lib/Target/X86/X86Subtarget.cpp
  145     if (GV->hasDLLImportStorageClass())
  186     if (GV->hasDLLImportStorageClass())
lib/Transforms/Utils/Evaluator.cpp
   67     return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal();
lib/Transforms/Utils/FunctionImportUtils.cpp
  227       if (GV.hasDLLImportStorageClass())
tools/clang/lib/CodeGen/CodeGenModule.cpp
  758   if (GV->hasDLLImportStorageClass())
  784   if (GV->hasDLLImportStorageClass())