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

1 2 3 4

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-gd-3.s 6 move.d x:GD,$r10
tls-legd-16.s 6 move.d z:GD,$r10
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
tlsgd2.d 1 #name: TLS GD->LE transition check
tlsgd4.d 1 #name: TLS GD->LE transition check without PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
tlsgd12.d 1 #name: TLS GD->IE transition check without PLT
tlsgd13.d 1 #name: TLS GD->LE transition check without PLT
tlsgd2.d 1 #name: TLS GD->IE transition check
tlsgd3.d 1 #name: TLS GD->LE transition check
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-tls-1.s 13 sub.d x:GD,r1
14 add.d extsym2:GD,r9
19 sub.d extsym4:GD+42,r9
20 sub.d extsym4:GD-96,r3
21 move.d [r7=r3+extsym10:GD-330],r13
  /external/clang/lib/CodeGen/
CGCXX.cpp 225 GlobalDecl GD;
227 GD = GlobalDecl(DD, toCXXDtorType(Type));
230 GD = GlobalDecl(CD, toCXXCtorType(Type));
233 setFunctionLinkage(GD, Fn);
234 setFunctionDLLStorageClass(GD, Fn);
236 CodeGenFunction(*this).GenerateCode(GD, Fn, FnInfo);
245 GlobalDecl GD;
247 GD = GlobalDecl(CD, toCXXCtorType(Type));
249 GD = GlobalDecl(cast<CXXDestructorDecl>(MD), toCXXDtorType(Type));
259 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer
    [all...]
CGVTables.cpp 35 llvm::Constant *CodeGenModule::GetAddrOfThunk(GlobalDecl GD,
37 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
43 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(),
48 llvm::Type *Ty = getTypes().GetFunctionTypeForVTable(GD);
49 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true,
60 GlobalDecl GD) {
61 CGM.setFunctionLinkage(GD, ThunkFn);
62 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD,
66 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
146 GlobalDecl GD, const ThunkInfo &Thunk)
    [all...]
CGVTables.h 53 void emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable);
57 void maybeEmitThunkForVTable(GlobalDecl GD, const ThunkInfo &Thunk);
106 void EmitThunks(GlobalDecl GD);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tls-desc-ie.s 9 # This GD access does not relax. It consumes a double GOT slot.
16 # Test the combination of a TLSDESC-GD and IE access to the same
17 # symbol. We expect the TLSDESC-GD to relax to IE.
  /external/clang/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 81 GlobalDecl GD;
82 GD.Value.setFromOpaqueValue(P);
83 return GD;
108 static unsigned getHashValue(clang::GlobalDecl GD) {
109 return DenseMapInfo<void*>::getHashValue(GD.getAsOpaquePtr());

Completed in 486 milliseconds

1 2 3 4