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

  /external/llvm/include/llvm/IR/
Attributes.h 260 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index,
489 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
Function.h 238 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
Instructions.h     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 945 AttributeSet AttributeSet::addDereferenceableAttr(LLVMContext &C, unsigned Index,
948 B.addDereferenceableAttr(Bytes);
    [all...]
Function.cpp 357 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) {
359 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
    [all...]
Instructions.cpp 336 void CallInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) {
338 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
668 void InvokeInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) {
670 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 999 milliseconds