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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 633 MethodNames.push_back(Name);
634 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end());
640 StringRef getName() const { return makeArrayRef(MethodNames).front(); }
642 return makeArrayRef(MethodNames).drop_front();
648 std::vector<StringRef> MethodNames;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {}
866 return MethodNames;
884 std::vector<StringRef> MethodNames;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 456 ArrayRef<llvm::Constant *> MethodNames,
    [all...]

Completed in 69 milliseconds