Searched refs:hasMetadataOtherThanDebugLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h131 /// hasMetadataOtherThanDebugLoc - Return true if this instruction has
133 bool hasMetadataOtherThanDebugLoc() const { function in class:llvm::Instruction
163 if (hasMetadataOtherThanDebugLoc())
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1481 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();

Completed in 107 milliseconds