| /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 | 93 if (F.hasDLLImportStorageClass()) { in endModule()
|
| H A D | DwarfCompileUnit.cpp | 270 if (Global && Global->hasDLLImportStorageClass()) in addLocationAttribute()
|
| H A D | AsmPrinter.cpp | 2744 !GV.hasDLLImportStorageClass() && in doFinalization() 3198 if (Src->hasDLLImportStorageClass()) { in emitSpecialLLVMGlobal()
|
| H A D | DwarfUnit.cpp | 1266 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 | 475 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference() 516 if (GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
|
| H A D | AArch64Arm64ECCallLowering.cpp | 887 if (!GA && !F->hasDLLImportStorageClass()) in runOnModule()
|
| H A D | AArch64AsmPrinter.cpp | 3372 if (GV && GV->hasDLLImportStorageClass()) { in recordIfImportCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 207 if (GV->hasDLLImportStorageClass()) in printSymbolName()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 331 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
|
| H A D | Evaluator.cpp | 63 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 225 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
| H A D | TargetLoweringObjectFile.cpp | 172 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 280 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/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2765 if (F && (F->hasDLLImportStorageClass() || in translateCall() 2950 if (Fn && (Fn->hasDLLImportStorageClass() || in translateInvoke()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 943 if (GV->hasDLLImportStorageClass()) in addRegularLTO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 2236 if (GV->hasDLLImportStorageClass()) { in lowerGlobalAddress() 3596 G->getGlobal()->hasDLLImportStorageClass()) { in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 634 return GV->hasDLLImportStorageClass(); in isDLLImportDependent()
|
| H A D | Verifier.cpp | 787 if (GV.hasDLLImportStorageClass()) { in visitGlobalValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1773 if (GV->hasDLLExportStorageClass() || GV->hasDLLImportStorageClass()) { in setGlobalVisibility() 1802 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 788 if (!GV->hasDLLImportStorageClass()) { in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 4803 if (GV->hasDLLImportStorageClass()) in expandLoadStackGuardBase()
|
| H A D | ARMISelLowering.cpp | 2875 if (GVal->hasDLLImportStorageClass()) in LowerCall() 4108 if (GV->hasDLLImportStorageClass()) in LowerGlobalAddressWindows()
|