Searched refs:parseSymbols (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/lto/
H A DLTOModule.h134 /// parseSymbols - Parse the symbols from the module and model-level ASM and
136 bool parseSymbols(std::string &errMsg);
H A DLTOModule.cpp293 if (Ret->parseSymbols(errMsg)) {
857 /// parseSymbols - Parse the symbols from the module and model-level ASM and add
859 bool LTOModule::parseSymbols(std::string &errMsg) { function in class:LTOModule
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp66 bool parseSymbols() { function in struct:COFFParser
92 if (!parseSymbols())

Completed in 89 milliseconds