Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp150 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference()
203 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp91 if (F.hasDLLImportStorageClass()) { in endModule()
H A DDwarfCompileUnit.cpp229 if (Global && Global->hasDLLImportStorageClass()) in addLocationAttribute()
H A DAsmPrinter.cpp2496 !GV.hasDLLImportStorageClass() && in doFinalization()
2857 if (Src->hasDLLImportStorageClass()) { in emitSpecialLLVMGlobal()
H A DDwarfUnit.cpp1082 if (!GV->hasDLLImportStorageClass()) { in constructTemplateValueParameterDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp401 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference()
442 if (GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
H A DAArch64Arm64ECCallLowering.cpp705 if (!F->hasDLLImportStorageClass()) in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp56 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp179 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
H A DTargetLoweringObjectFile.cpp173 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp196 if (GV->hasDLLImportStorageClass()) in printSymbolName()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h278 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp904 if (GV->hasDLLImportStorageClass()) in addRegularLTO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2554 if (F && (F->hasDLLImportStorageClass() || in translateCall()
2737 if (Fn && (Fn->hasDLLImportStorageClass() || in translateInvoke()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp602 return GV->hasDLLImportStorageClass(); in isDLLImportDependent()
H A DVerifier.cpp734 if (GV.hasDLLImportStorageClass()) { in visitGlobalValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1507 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 DM68kISelLowering.cpp786 if (!GV->hasDLLImportStorageClass()) { in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4959 if (GV->hasDLLImportStorageClass()) in expandLoadStackGuardBase()
H A DARMISelLowering.cpp2738 if (GVal->hasDLLImportStorageClass()) in LowerCall()
4024 if (GV->hasDLLImportStorageClass()) in LowerGlobalAddressWindows()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9254 if (Fn && !Fn->hasDLLImportStorageClass()) in isFunction()