HomeSort by relevance Sort by last modified time
    Searched refs:AttrListPtr (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 420 void ValueEnumerator::EnumerateAttributes(const AttrListPtr &PAL) {
BitcodeWriter.cpp 166 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
173 const AttrListPtr &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 432 void ValueEnumerator::EnumerateAttributes(const AttrListPtr &PAL) {
BitcodeWriter.cpp 137 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
144 const AttrListPtr &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 432 void ValueEnumerator::EnumerateAttributes(const AttrListPtr &PAL) {
BitcodeWriter.cpp 159 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
166 const AttrListPtr &A = Attrs[i];
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
Instructions.cpp 328 AttrListPtr PAL = getAttributes();
334 AttrListPtr PAL = getAttributes();
568 AttrListPtr PAL = getAttributes();
574 AttrListPtr PAL = getAttributes();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 477 F->setAttributes(llvm::AttrListPtr::get(AttributeList.begin(),
    [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 46 std::vector<AttrListPtr>().swap(MAttributes);
515 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end()));
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 103 std::vector<AttrListPtr>().swap(MAttributes);
542 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end()));
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 344 std::vector<AttrListPtr>().swap(MAttributes);
821 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end()));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 143 void printAttributes(const AttrListPtr &PAL, const std::string &name);
446 void CppWriter::printAttributes(const AttrListPtr &PAL,
448 Out << "AttrListPtr " << name << "_PAL;";
499 Out << name << "_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end());";
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1928 milliseconds

12