/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 145 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference() 186 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 158 if (GV->hasDLLImportStorageClass()) in classifyGlobalReference() 211 if (GV->hasDLLImportStorageClass()) in classifyGlobalFunctionReference()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCFGuard.cpp | 91 if (F.hasDLLImportStorageClass()) { in endModule()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 367 if (GV->hasDLLImportStorageClass()) { in ClassifyGlobalReference() 410 GV->hasDLLImportStorageClass()) { in classifyGlobalFunctionReference()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 58 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 117 if (GV && GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 110 if (GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
D | TargetLoweringObjectFile.cpp | 173 if (F->hasDLLImportStorageClass()) in emitCGProfileMetadata()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 220 if (GV->hasDLLImportStorageClass()) in ClassifyGlobalReference()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 123 if (GV && GV->hasDLLImportStorageClass()) in shouldAssumeDSOLocal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ModuleSymbolTable.cpp | 178 if (GV->hasDLLImportStorageClass()) in printSymbolName()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | ModuleSymbolTable.cpp | 183 if (GV->hasDLLImportStorageClass()) in printSymbolName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 219 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
|
D | Evaluator.cpp | 67 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 313 if (GV.hasDLLImportStorageClass()) in processGlobalForThinLTO()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 240 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 223 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 274 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
|
/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 210 if (GV->hasDLLImportStorageClass()) in printSymbolName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 265 bool hasDLLImportStorageClass() const { in hasDLLImportStorageClass() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 153 if (!Global->hasDLLImportStorageClass()) { in getOrCreateGlobalVariableDIE() 202 if (!Ptr->hasDLLImportStorageClass()) { in getOrCreateGlobalVariableDIE()
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 52 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 287 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 262 if (Src.hasDLLImportStorageClass()) { in shouldLinkFromSource()
|