HomeSort by relevance Sort by last modified time
    Searched refs:GetGlobalVarAddressSpace (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 560 /// GetGlobalVarAddressSpace - Return the address space of the underlying
564 unsigned GetGlobalVarAddressSpace(const VarDecl *D, unsigned AddrSpace);
    [all...]
CodeGenModule.cpp     [all...]
CGDecl.cpp 189 CGM.GetGlobalVarAddressSpace(&D, CGM.getContext().getTargetAddressSpace(Ty));
    [all...]

Completed in 619 milliseconds