HomeSort by relevance Sort by last modified time
    Searched full:linkage (Results 1101 - 1125 of 2558) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
interrupt.h 16 #include <linux/linkage.h>
irq.h 17 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
interrupt.h 16 #include <linux/linkage.h>
irq.h 17 #include <linux/linkage.h>
  /prebuilts/ndk/r11/sources/android/ndk_helper/
shader.h 107 * return: true if a shader linkage succeeded, false if it failed
  /prebuilts/ndk/r13/sources/android/ndk_helper/
shader.h 107 * return: true if a shader linkage succeeded, false if it failed
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
ctype.h 45 // back to C++ linkage before including these C++ headers.
  /external/clang/test/SemaCXX/
dllexport.cpp 63 // External linkage is required.
64 __declspec(dllexport) static int StaticGlobal; // expected-error{{'StaticGlobal' must have external linkage when declared 'dllexport'}}
65 __declspec(dllexport) Internal InternalTypeGlobal; // expected-error{{'InternalTypeGlobal' must have external linkage when declared 'dllexport'}}
66 namespace { __declspec(dllexport) int InternalGlobal; } // expected-error{{'(anonymous namespace)::InternalGlobal' must have external linkage when declared 'dllexport'}}
69 __declspec(dllexport) auto InternalAutoTypeGlobal = Internal(); // expected-error{{'InternalAutoTypeGlobal' must have external linkage when declared 'dllexport'}}
81 __declspec(dllexport) int LocalVarDecl; // expected-error{{'LocalVarDecl' must have external linkage when declared 'dllexport'}}
82 __declspec(dllexport) int LocalVarDef = 1; // expected-error{{'LocalVarDef' must have external linkage when declared 'dllexport'}}
84 __declspec(dllexport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have external linkage when declared 'dllexport'}}
118 // External linkage is required.
119 template<typename T> __declspec(dllexport) static int StaticVarTmpl; // expected-error{{'StaticVarTmpl' must have external linkage when declared 'dllexport'}
    [all...]
warn-unused-local-typedef.cpp 142 // This function has internal linkage, so we can warn:
164 // This function has internal linkage, so we can warn:
  /external/clang/lib/CodeGen/
CGVTables.cpp 489 // available_externally linkage together with vtables when optimizations are
663 llvm::GlobalVariable::LinkageTypes Linkage,
689 // linkage construction vtable. The ABI only requires complete-object vtables
691 if (Linkage == llvm::GlobalVariable::AvailableExternallyLinkage)
692 Linkage = llvm::GlobalVariable::InternalLinkage;
696 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType, Linkage);
723 /// Compute the required linkage of the vtable for the given class.
736 // linkage of the vtable.
745 "Shouldn't query vtable linkage without key function or "
772 // -fapple-kext mode does not support weak linkage, so we must us
    [all...]
CGVTables.h 93 llvm::GlobalVariable::LinkageTypes Linkage,
102 llvm::GlobalVariable::LinkageTypes Linkage,
CodeGenPGO.h 93 llvm::GlobalValue::LinkageTypes Linkage);
99 void setFuncName(StringRef Name, llvm::GlobalValue::LinkageTypes Linkage);
  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 116 // This could cause "typedef changes linkage of anonymous type, but linkage was
explicit-instantiation.cpp 70 // Check that we downgrade the linkage to available_externally if we see an
95 // The linkage of a used constexpr member function can change from linkonce_odr
  /external/clang/test/Modules/
extern_c.cpp 45 // expected-error@-6 {{import of C++ module 'cxx_library' appears within extern "C" language linkage specification}}
46 // expected-note@-20 {{extern "C" language linkage specification begins here}}
  /external/llvm/include/llvm/IR/
GlobalObject.h 32 LinkageTypes Linkage, const Twine &Name,
34 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
  /external/llvm/include/llvm/Support/
Dwarf.h 632 const char *GDBIndexEntryLinkageString(GDBIndexEntryLinkage Linkage);
670 GDBIndexEntryLinkage Linkage;
671 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage)
672 : Kind(Kind), Linkage(Linkage) {}
674 : Kind(Kind), Linkage(GIEL_EXTERNAL) {}
678 Linkage(static_cast<GDBIndexEntryLinkage>((Value & LINKAGE_MASK) >>
680 uint8_t toBits() { return Kind << KIND_OFFSET | Linkage << LINKAGE_OFFSET; }
  /external/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 25 /// function importing, including linkage changes and any necessary renaming.
67 /// Get the new linkage for SGV that should be used in the linked destination
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 9 // This pass merges globals with internal linkage into one. This way all the
117 cl::desc("Enable global merge pass on external linkage"));
135 /// Whether we should merge global variables that have external linkage.
455 GlobalValue::LinkageTypes Linkage = Globals[k]->getLinkage();
467 // When the linkage is not internal we must emit an alias for the original
469 // we can also emit an alias for internal linkage as it's safe to do so.
472 if (Linkage != GlobalValue::InternalLinkage || !IsMachO) {
473 GlobalAlias::create(Tys[idx], AddrSpace, Linkage, Name, GEP, &M);
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 105 // It is not possible to get the mangled linkage name through a
113 // linkage name while the function does not.
  /external/llvm/lib/IR/
Globals.cpp 103 GlobalValue::LinkageTypes Linkage,
113 if (llvm::GlobalValue::isLocalLinkage(Linkage)) {
313 unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name,
315 : GlobalValue(Ty, VTy, &Op<0>(), 1, Linkage, Name, AddressSpace) {
340 LinkageTypes Linkage, const Twine &Name,
342 return create(Ty, AddressSpace, Linkage, Name, nullptr, Parent);
346 LinkageTypes Linkage, const Twine &Name,
348 return create(Ty, AddressSpace, Linkage, Name, Aliasee, Aliasee->getParent());
  /external/llvm/test/Instrumentation/InstrProfiling/
linkage.ll 1 ;; Check that runtime symbols get appropriate linkage.
12 @"__profn_linkage.ll:foo_internal" = internal constant [23 x i8] c"linkage.ll:foo_internal"
  /external/llvm/test/Linker/
type-unique-odr-a.ll 4 ; RUN: | %llc_dwarf -dwarf-linkage-names=All -filetype=obj -O0 \
8 ; RUN: | %llc_dwarf -dwarf-linkage-names=All -filetype=obj -O0 \
  /external/swiftshader/third_party/LLVM/lib/Support/
Mutex.cpp 45 // compiled with weak linkage for its interface symbols. This allows the
54 // declared with weak linkage. It's safe to ignore the warning.
RWMutex.cpp 47 // compiled with weak linkage for its interface symbols. This allows the
56 // declared with weak linkage. It's safe to ignore the warning.

Completed in 649 milliseconds

<<41424344454647484950>>