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

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp252 void writePerModuleFunctionSummaryRecord(SmallVector<uint64_t, 64> &NameVals,
259 SmallVector<uint64_t, 64> &NameVals,
2741 SmallVector<unsigned, 64> NameVals; local
2749 NameVals.push_back(VE.getValueID(Name.getValue()));
2779 NameVals.push_back(BitcodeIndex / 32);
2796 NameVals.push_back((unsigned char)P);
2799 Stream.EmitRecord(Code, NameVals, AbbrevToUse);
2800 NameVals.clear();
2823 SmallVector<uint64_t, 64> NameVals; local
2826 NameVals
3201 writePerModuleFunctionSummaryRecord( SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, unsigned ValueID, unsigned FSCallsAbbrev, unsigned FSCallsProfileAbbrev, const Function &F) argument
3246 writeModuleLevelReferences( const GlobalVariable &V, SmallVector<uint64_t, 64> &NameVals, unsigned FSModRefsAbbrev) argument
3325 SmallVector<uint64_t, 64> NameVals; local
3420 SmallVector<uint64_t, 64> NameVals; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1294 SmallVector<unsigned, 64> NameVals; local
1331 NameVals.push_back(VE.getValueID(SI->getValue()));
1334 NameVals.push_back((unsigned char)*P);
1337 Stream.EmitRecord(Code, NameVals, AbbrevToUse);
1338 NameVals.clear();

Completed in 56 milliseconds