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

  /external/llvm/include/llvm/IR/
Attributes.h 266 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index,
493 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
Function.h 242 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
Instructions.h     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 952 AttributeSet AttributeSet::addDereferenceableOrNullAttr(LLVMContext &C,
956 B.addDereferenceableOrNullAttr(Bytes);
    [all...]
Function.cpp 363 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
365 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
    [all...]
Instructions.cpp 342 void CallInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
344 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
674 void InvokeInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
676 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 152 milliseconds