Home
last modified time | relevance | path

Searched refs:hasDLLImportStorageClass (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp151 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference()
204 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp93 if (F.hasDLLImportStorageClass()) { in endModule()
H A DDwarfCompileUnit.cpp270 if (Global && Global->hasDLLImportStorageClass()) in addLocationAttribute()
H A DAsmPrinter.cpp2744 !GV.hasDLLImportStorageClass() && in doFinalization()
3198 if (Src->hasDLLImportStorageClass()) { in emitSpecialLLVMGlobal()
H A DDwarfUnit.cpp1266 if (!GV->hasDLLImportStorageClass()) { in constructTemplateValueParameterDIE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp57 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp475 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference()
516 if (GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
H A DAArch64Arm64ECCallLowering.cpp887 if (!GA && !F->hasDLLImportStorageClass()) in runOnModule()
H A DAArch64AsmPrinter.cpp3372 if (GV && GV->hasDLLImportStorageClass()) { in recordIfImportCall()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp207 if (GV->hasDLLImportStorageClass()) in printSymbolName()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp331 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
H A DEvaluator.cpp63 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp225 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp172 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h280 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2765 if (F && (F->hasDLLImportStorageClass() || in translateCall()
2950 if (Fn && (Fn->hasDLLImportStorageClass() || in translateInvoke()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp943 if (GV->hasDLLImportStorageClass()) in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2236 if (GV->hasDLLImportStorageClass()) { in lowerGlobalAddress()
3596 G->getGlobal()->hasDLLImportStorageClass()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp634 return GV->hasDLLImportStorageClass(); in isDLLImportDependent()
H A DVerifier.cpp787 if (GV.hasDLLImportStorageClass()) { in visitGlobalValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1773 if (GV->hasDLLExportStorageClass() || GV->hasDLLImportStorageClass()) { in setGlobalVisibility()
1802 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp788 if (!GV->hasDLLImportStorageClass()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4803 if (GV->hasDLLImportStorageClass()) in expandLoadStackGuardBase()
H A DARMISelLowering.cpp2875 if (GVal->hasDLLImportStorageClass()) in LowerCall()
4108 if (GV->hasDLLImportStorageClass()) in LowerGlobalAddressWindows()

12