Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp145 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference()
186 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86Subtarget.cpp158 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference()
211 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DWinCFGuard.cpp91 if (F.hasDLLImportStorageClass()) { in endModule()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp367 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference()
410 GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp58 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
/external/llvm/lib/Target/
DTargetMachine.cpp117 if (GV && GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
DTargetMachine.cpp110 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
DTargetLoweringObjectFile.cpp173 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp220 if (GV->hasDLLImportStorageClass()) in ClassifyGlobalReference()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp123 if (GV && GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DModuleSymbolTable.cpp178 if (GV->hasDLLImportStorageClass()) in printSymbolName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DModuleSymbolTable.cpp183 if (GV->hasDLLImportStorageClass()) in printSymbolName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp219 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
DEvaluator.cpp67 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp313 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h240 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
/external/llvm/include/llvm/IR/
DGlobalValue.h223 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DGlobalValue.h274 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
/external/llvm/lib/Object/
DIRObjectFile.cpp210 if (GV->hasDLLImportStorageClass()) in printSymbolName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h265 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp153 if (!Global->hasDLLImportStorageClass()) { in getOrCreateGlobalVariableDIE()
202 if (!Ptr->hasDLLImportStorageClass()) { in getOrCreateGlobalVariableDIE()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp52 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/external/llvm/lib/Linker/
DLinkModules.cpp287 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
DLinkModules.cpp262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()

123