Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h242 void EmitStringTable(const std::string &ModuleName);
DELFWriter.cpp719 EmitStringTable(M.getModuleIdentifier()); in doFinalization()
895 void ELFWriter::EmitStringTable(const std::string &ModuleName) { in EmitStringTable() function in ELFWriter