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

  /external/llvm/lib/VMCore/
Metadata.cpp 481 assert(!Info.empty() == hasMetadataHashEntry() &&
500 assert((hasMetadataHashEntry() ==
503 if (!hasMetadataHashEntry())
530 if (!hasMetadataHashEntry()) return 0;
550 if (!hasMetadataHashEntry()) return;
553 assert(hasMetadataHashEntry() &&
571 assert(hasMetadataHashEntry() &&
587 assert(hasMetadataHashEntry() && "Caller should check");
Instruction.cpp 52 if (hasMetadataHashEntry())
  /external/llvm/include/llvm/
Instruction.h 128 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
134 return hasMetadataHashEntry();
180 /// hasMetadataHashEntry - Return true if we have an entry in the on-the-side
182 bool hasMetadataHashEntry() const {

Completed in 35 milliseconds