Home
last modified time | relevance | path

Searched refs:LocalCommons (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCELFStreamer.cpp247 LocalCommons.push_back(L); in EmitCommonSymbol()
478 for (std::vector<LocalCommon>::const_iterator i = LocalCommons.begin(), in FinishImpl()
479 e = LocalCommons.end(); in FinishImpl()
/external/llvm/include/llvm/MC/
DMCELFStreamer.h111 std::vector<LocalCommon> LocalCommons; variable