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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 124 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
GCStrategy.h 127 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const {
  /external/llvm/lib/CodeGen/
BuiltinGCs.cpp 80 Optional<bool> isGCManagedPointer(const Type *Ty) const override {
113 Optional<bool> isGCManagedPointer(const Type *Ty) const override {
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 430 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType());
437 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType());
    [all...]

Completed in 524 milliseconds