| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 150 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference() 203 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinCFGuard.cpp | 91 if (F.hasDLLImportStorageClass()) { in endModule()
|
| H A D | DwarfCompileUnit.cpp | 229 if (Global && Global->hasDLLImportStorageClass()) in addLocationAttribute()
|
| H A D | AsmPrinter.cpp | 2496 !GV.hasDLLImportStorageClass() && in doFinalization() 2857 if (Src->hasDLLImportStorageClass()) { in emitSpecialLLVMGlobal()
|
| H A D | DwarfUnit.cpp | 1082 if (!GV->hasDLLImportStorageClass()) { in constructTemplateValueParameterDIE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 401 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference() 442 if (GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
|
| H A D | AArch64Arm64ECCallLowering.cpp | 705 if (!F->hasDLLImportStorageClass()) in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 56 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 179 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
| H A D | TargetLoweringObjectFile.cpp | 173 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 196 if (GV->hasDLLImportStorageClass()) in printSymbolName()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 278 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 904 if (GV->hasDLLImportStorageClass()) in addRegularLTO()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2554 if (F && (F->hasDLLImportStorageClass() || in translateCall() 2737 if (Fn && (Fn->hasDLLImportStorageClass() || in translateInvoke()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 602 return GV->hasDLLImportStorageClass(); in isDLLImportDependent()
|
| H A D | Verifier.cpp | 734 if (GV.hasDLLImportStorageClass()) { in visitGlobalValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1507 if (GV->hasDLLExportStorageClass() || GV->hasDLLImportStorageClass()) { in setGlobalVisibility() 1536 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 786 if (!GV->hasDLLImportStorageClass()) { in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 4959 if (GV->hasDLLImportStorageClass()) in expandLoadStackGuardBase()
|
| H A D | ARMISelLowering.cpp | 2738 if (GVal->hasDLLImportStorageClass()) in LowerCall() 4024 if (GV->hasDLLImportStorageClass()) in LowerGlobalAddressWindows()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 9254 if (Fn && !Fn->hasDLLImportStorageClass()) in isFunction()
|