Home
last modified time | relevance | path

Searched refs:CALLSITE_DELEGATE_GETTER (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h255 #define CALLSITE_DELEGATE_GETTER(METHOD) \ macro
269 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
273 CALLSITE_DELEGATE_GETTER(getArgOperand(i)); in getArgOperand()
277 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
289 CALLSITE_DELEGATE_GETTER(getCallingConv()); in getCallingConv()
296 CALLSITE_DELEGATE_GETTER(getFunctionType()); in getFunctionType()
306 CALLSITE_DELEGATE_GETTER(getAttributes()); in getAttributes()
338 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind)); in hasFnAttr()
343 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind)); in hasFnAttr()
348 CALLSITE_DELEGATE_GETTER(paramHasAttr(i, Kind)); in paramHasAttr()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h156 #define CALLSITE_DELEGATE_GETTER(METHOD) \ macro
172 CALLSITE_DELEGATE_GETTER(getCallingConv()); in getCallingConv()
181 CALLSITE_DELEGATE_GETTER(getAttributes()); in getAttributes()
189 CALLSITE_DELEGATE_GETTER(paramHasAttr(i, attr)); in paramHasAttr()
194 CALLSITE_DELEGATE_GETTER(getParamAlignment(i)); in getParamAlignment()
199 CALLSITE_DELEGATE_GETTER(isNoInline()); in isNoInline()
207 CALLSITE_DELEGATE_GETTER(doesNotAccessMemory()); in doesNotAccessMemory()
215 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory()
223 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
231 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
[all …]