Home
last modified time | relevance | path

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

/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.cpp92 if (F.hasDLLImportStorageClass()) { in endModule()
H A DDwarfCompileUnit.cpp244 if (Global && Global->hasDLLImportStorageClass()) in addLocationAttribute()
H A DAsmPrinter.cpp2503 !GV.hasDLLImportStorageClass() && in doFinalization()
2867 if (Src->hasDLLImportStorageClass()) { in emitSpecialLLVMGlobal()
H A DDwarfUnit.cpp1115 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.cpp409 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference()
450 if (GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
H A DAArch64Arm64ECCallLowering.cpp876 if (!GA && !F->hasDLLImportStorageClass()) in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp199 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp173 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp313 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
H A DEvaluator.cpp64 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp210 if (GV->hasDLLImportStorageClass()) in printSymbolName()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h278 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/LTO/
H A DLTO.cpp918 if (GV->hasDLLImportStorageClass()) in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2713 if (F && (F->hasDLLImportStorageClass() || in translateCall()
2903 if (Fn && (Fn->hasDLLImportStorageClass() || in translateInvoke()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp617 return GV->hasDLLImportStorageClass(); in isDLLImportDependent()
H A DVerifier.cpp784 if (GV.hasDLLImportStorageClass()) { in visitGlobalValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1606 if (GV->hasDLLExportStorageClass() || GV->hasDLLImportStorageClass()) { in setGlobalVisibility()
1635 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp786 if (!GV->hasDLLImportStorageClass()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4960 if (GV->hasDLLImportStorageClass()) in expandLoadStackGuardBase()
H A DARMISelLowering.cpp2752 if (GVal->hasDLLImportStorageClass()) in LowerCall()
4038 if (GV->hasDLLImportStorageClass()) in LowerGlobalAddressWindows()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9770 if (Fn && !Fn->hasDLLImportStorageClass()) in isFunction()