HomeSort by relevance Sort by last modified time
    Searched refs:mutateFunctionType (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/IR/
CallSite.h 299 void mutateFunctionType(FunctionType *Ty) const {
300 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 321 void mutateFunctionType(FunctionType *Ty) const {
322 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 321 void mutateFunctionType(FunctionType *Ty) const {
322 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 460 CI->mutateFunctionType(DirectCallee->getFunctionType());
469 II->mutateFunctionType(DirectCallee->getFunctionType());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 321 void mutateFunctionType(FunctionType *Ty) const {
322 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 321 void mutateFunctionType(FunctionType *Ty) const {
322 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 321 void mutateFunctionType(FunctionType *Ty) const {
322 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 321 void mutateFunctionType(FunctionType *Ty) const {
322 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 899 CS.mutateFunctionType(FunctionType::get(
    [all...]

Completed in 1348 milliseconds

1 2