HomeSort by relevance Sort by last modified time
    Searched defs:getCallingConv (Results 1 - 25 of 41) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 169 /// getCallingConv/setCallingConv - get or set the calling convention of the
171 CallingConv::ID getCallingConv() const {
172 CALLSITE_DELEGATE_GETTER(getCallingConv());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 183 CallingConv::ID getCallingConv() const { return CallingConv; }
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 156 /// getCallingConv()/setCallingConv(CC) - These method get and set the
159 CallingConv::ID getCallingConv() const {
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 145 llvm::CallingConv::ID getCallingConv() const { return CallingConv; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
CallingConvLower.h 264 CallingConv::ID getCallingConv() const { return CallingConv; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
CallingConvLower.h 264 CallingConv::ID getCallingConv() const { return CallingConv; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
CallingConvLower.h 264 CallingConv::ID getCallingConv() const { return CallingConv; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); }
115 CallingConv::ID getCallingConv() const {
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 272 CallingConv::ID getCallingConv() const { return CallingConv; }
  /external/llvm/include/llvm/IR/
CallSite.h 286 /// getCallingConv/setCallingConv - get or set the calling convention of the
288 CallingConv::ID getCallingConv() const {
289 CALLSITE_DELEGATE_GETTER(getCallingConv());
Function.h 149 /// getCallingConv()/setCallingConv(CC) - These method get and set the
152 CallingConv::ID getCallingConv() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 158 /// getCallingConv()/setCallingConv(CC) - These method get and set the
161 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 309 CallingConv::ID getCallingConv() const {
310 CALLSITE_DELEGATE_GETTER(getCallingConv());
Function.h 173 /// getCallingConv()/setCallingConv(CC) - These method get and set the
176 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 309 CallingConv::ID getCallingConv() const {
310 CALLSITE_DELEGATE_GETTER(getCallingConv());
Function.h 173 /// getCallingConv()/setCallingConv(CC) - These method get and set the
176 CallingConv::ID getCallingConv() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 309 CallingConv::ID getCallingConv() const {
310 CALLSITE_DELEGATE_GETTER(getCallingConv());
Function.h 173 /// getCallingConv()/setCallingConv(CC) - These method get and set the
176 CallingConv::ID getCallingConv() const {

Completed in 605 milliseconds

1 2