/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/external/v8/src/compiler/ |
machine-graph-verifier.cc | 9 #include "src/compiler/linkage.h" 25 Linkage* linkage, Zone* zone) 27 linkage_(linkage), 272 Linkage const* const linkage_; 809 Linkage* linkage, bool is_stub, const char* name, 812 linkage, temp_zone);
|
js-generic-lowering.cc | 95 CallDescriptor* desc = Linkage::GetStubCallDescriptor( 112 Linkage::GetRuntimeCallDescriptor(zone(), f, nargs, properties, flags); 516 CallDescriptor* desc = Linkage::GetStubCallDescriptor( 536 CallDescriptor* desc = Linkage::GetStubCallDescriptor( 557 CallDescriptor* desc = Linkage::GetStubCallDescriptor( 575 CallDescriptor* desc = Linkage::GetStubCallDescriptor( 589 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
|
code-generator.cc | 11 #include "src/compiler/linkage.h" 36 CodeGenerator::CodeGenerator(Frame* frame, Linkage* linkage, 39 linkage_(linkage), 90 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { 93 // Architecture-specific, linkage-specific prologue. 166 // avoid clobbering callee saved registers in case of C linkage and 169 if (linkage()->GetIncomingDescriptor()->InitializeRootRegister()) { 295 linkage()->GetIncomingDescriptor(); [all...] |
/libcore/ojluni/src/main/java/java/lang/invoke/ |
ConstantCallSite.java | 91 * @return the immutable linkage state of this call site, a constant method handle 113 * @return the immutable linkage state of this call site, a constant method handle
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
GlobalObject.h | 33 LinkageTypes Linkage, const Twine &Name, 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
gcc-plugin.h | 42 /* All globals declared here have C linkage to reduce link compatibility 157 in a plugin file will have this linkage. */
|
/toolchain/binutils/binutils-2.25/include/vms/ |
etir.h | 86 #define ETIR__C_STC_LP 200 /* STC Linkage Pair. */ 87 #define ETIR__C_STC_LP_PSB 201 /* STC Linkage Pair with Proc Signature. */
|
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 214 // emitted with external linkage or as linkonce if they are inline and used. 281 // linkage together with vtables when needed. 356 /// Return the required visibility status for the given type and linkage in 360 llvm::GlobalValue::LinkageTypes Linkage) const; [all...] |
CodeGenModule.h | 380 /// Map used to track internal linkage functions declared within 556 llvm::GlobalValue::LinkageTypes Linkage); 690 llvm::GlobalValue::LinkageTypes Linkage); 854 /// \brief If the declaration has internal linkage but is inside an 855 /// extern "C" linkage specification, prepare to emit an alias for it [all...] |
CodeGenTBAA.cpp | 152 // In C++ mode, types have linkage, so we can rely on the ODR and 155 // decl with local linkage or no linkage?
|
/external/clang/test/CXX/drs/ |
dr3xx.cpp | 230 // FIXME: We don't have a diagnostic for a name with linkage 231 // having a type without linkage. 236 void g(ps); // FIXME: ill-formed, type 'ps' has no linkage 239 enum { e2 } a2; // FIXME: ill-formed, enum type has no linkage 243 pa parr; // ok, type has linkage despite using 'n1' 475 extern "C" int &dr341_a = n; // expected-note {{previous}} expected-note {{declared with C language linkage here}} 480 extern "C" void dr341_b(); // expected-note {{declared with C language linkage here}} 482 int dr341_a; // expected-error {{declaration of 'dr341_a' in global scope conflicts with declaration with C language linkage}} 483 int dr341_b; // expected-error {{declaration of 'dr341_b' in global scope conflicts with declaration with C language linkage}} 487 extern "C" int dr341_c; // expected-error {{declaration of 'dr341_c' with C language linkage conflicts with declaration in global scope} [all...] |
/external/deqp/android/cts/master/ |
gles3-master.txt | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-vax.c | 354 /* The size in bytes of an entry in the procedure linkage table. */ 358 /* The first entry in a procedure linkage table looks like this. See 369 /* Subsequent entries in a procedure linkage table look like this. */ 544 allocate space in the global offset table or procedure linkage 666 /* This symbol requires a procedure linkage table entry. We 670 don't need to generate a procedure linkage table entry 675 creating a procedure linkage table entry. */ 930 /* If this is a function, put it in the procedure linkage table. We 931 will fill in the contents of the procedure linkage table later, 945 linkage table, and we can just do a PCxx reloc instead. * [all...] |
/external/deqp/android/cts/nyc/ |
gles3-master.txt | [all...] |
/external/deqp/android/cts/nyc/src/ |
gles3-master.txt | [all...] |
/external/llvm/lib/Linker/ |
LinkModules.cpp | 85 // If the source has no name it can't link. If it has local linkage, 96 // internal linkage, we are really not doing any linkage here. 267 // We always have to add Src if it has appending linkage. 269 // Should have prevented importing for appending linkage in linkIfNeeded. 292 // If the Dest is weak, use the source linkage. 348 "Unexpected linkage type!");
|
/external/deqp/modules/gles31/functional/ |
es31fFunctionalTests.cpp | 168 : TestCaseGroup(context, "linkage", "Linkage Tests") 179 addChild(new ShaderLibraryTest(m_context, "linkage_uniform.test", "uniform", "Uniform linkage"));
|