Searched defs:IA (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp817 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
818 Record.push_back(unsigned(IA->hasSideEffects()) |
819 unsigned(IA->isAlignStack()) << 1);
822 const std::string &AsmStr = IA->getAsmString();
828 const std::string &ConstraintStr = IA->getConstraintString();
1408 MDNode *Scope, *IA; local
1409 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1414 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp771 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
772 Record.push_back(unsigned(IA->hasSideEffects()) |
773 unsigned(IA->isAlignStack()) << 1);
776 const std::string &AsmStr = IA->getAsmString();
782 const std::string &ConstraintStr = IA->getConstraintString();
1425 MDNode *Scope, *IA; local
1426 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1431 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2213 MDNode *Scope = 0, *IA = 0; local
2215 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2216 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2507 MDNode *Scope = 0, *IA = 0; local
2509 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2510 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 61 milliseconds