HomeSort by relevance Sort by last modified time
    Searched refs:hasExternalWeakLinkage (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 121 if (TM.getCodeModel() == CodeModel::Small && GV->hasExternalWeakLinkage())
  /external/llvm/lib/Linker/
LinkModules.cpp 293 if (Dest.hasExternalWeakLinkage()) {
327 assert(!Dest.hasExternalWeakLinkage());
345 assert(!Src.hasExternalWeakLinkage());
346 assert(!Dest.hasExternalWeakLinkage());
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 461 } else if (Dest->hasExternalWeakLinkage()) {
476 if (Dest->hasExternalWeakLinkage() ||
488 if (Src->hasExternalWeakLinkage()) {
497 Dest->hasDLLExportLinkage() || Dest->hasExternalWeakLinkage()) &&
499 Src->hasDLLExportLinkage() || Src->hasExternalWeakLinkage()) &&
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 219 bool hasExternalWeakLinkage() const { return isExternalWeakLinkage(Linkage); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 100 bool AbortOnFailure = !F->hasExternalWeakLinkage();
  /external/llvm/include/llvm/IR/
GlobalValue.h 392 bool hasExternalWeakLinkage() const {
  /external/llvm/lib/Object/
IRObjectFile.cpp 246 GV->hasExternalWeakLinkage())
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 409 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 417 bool hasExternalWeakLinkage() const {
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 356 return !GV->hasExternalWeakLinkage();
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 401 bool AbortOnFailure = !F->hasExternalWeakLinkage();
  /external/llvm/lib/LTO/
LTOModule.cpp 568 if (decl->hasExternalWeakLinkage())
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 669 bool AbortOnFailure = !F->hasExternalWeakLinkage();
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 452 if (decl->hasExternalWeakLinkage())
  /external/llvm/tools/gold/
gold-plugin.cpp 567 if (GV && GV->hasExternalWeakLinkage())
572 assert(!GV->hasExternalWeakLinkage() &&
    [all...]

Completed in 1265 milliseconds

1 2