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

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 111 unsigned getAttributeID(AttributeSet PAL) const {
BitcodeWriter.cpp 681 Vals.push_back(VE.getAttributeID(F.getAttributes()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 109 unsigned getAttributeID(llvm::AttributeSet PAL) const {
BitcodeWriter.cpp 538 Vals.push_back(VE.getAttributeID(F->getAttributes()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 109 unsigned getAttributeID(llvm::AttributeSet PAL) const {
BitcodeWriter.cpp 492 Vals.push_back(VE.getAttributeID(F->getAttributes()));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 109 unsigned getAttributeID(llvm::AttributeSet PAL) const {
BitcodeWriter.cpp 510 Vals.push_back(VE.getAttributeID(F->getAttributes()));
    [all...]

Completed in 595 milliseconds