/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 151 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference() 204 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinCFGuard.cpp | 92 if (F.hasDLLImportStorageClass()) { in endModule()
|
H A D | DwarfCompileUnit.cpp | 244 if (Global && Global->hasDLLImportStorageClass()) in addLocationAttribute()
|
H A D | AsmPrinter.cpp | 2503 !GV.hasDLLImportStorageClass() && in doFinalization() 2867 if (Src->hasDLLImportStorageClass()) { in emitSpecialLLVMGlobal()
|
H A D | DwarfUnit.cpp | 1115 if (!GV->hasDLLImportStorageClass()) { in constructTemplateValueParameterDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 57 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 409 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference() 450 if (GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
|
H A D | AArch64Arm64ECCallLowering.cpp | 876 if (!GA && !F->hasDLLImportStorageClass()) in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 199 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
H A D | TargetLoweringObjectFile.cpp | 173 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 313 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
|
H A D | Evaluator.cpp | 64 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 210 if (GV->hasDLLImportStorageClass()) in printSymbolName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 278 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 918 if (GV->hasDLLImportStorageClass()) in addRegularLTO()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2713 if (F && (F->hasDLLImportStorageClass() || in translateCall() 2903 if (Fn && (Fn->hasDLLImportStorageClass() || in translateInvoke()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 617 return GV->hasDLLImportStorageClass(); in isDLLImportDependent()
|
H A D | Verifier.cpp | 784 if (GV.hasDLLImportStorageClass()) { in visitGlobalValue()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1606 if (GV->hasDLLExportStorageClass() || GV->hasDLLImportStorageClass()) { in setGlobalVisibility() 1635 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 786 if (!GV->hasDLLImportStorageClass()) { in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 4960 if (GV->hasDLLImportStorageClass()) in expandLoadStackGuardBase()
|
H A D | ARMISelLowering.cpp | 2752 if (GVal->hasDLLImportStorageClass()) in LowerCall() 4038 if (GV->hasDLLImportStorageClass()) in LowerGlobalAddressWindows()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9770 if (Fn && !Fn->hasDLLImportStorageClass()) in isFunction()
|