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

/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.h135 /// parseSymbols - Parse the symbols from the module and model-level ASM and
137 bool parseSymbols(std::string &errMsg);
H A DLTOModule.cpp308 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
/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp509 bool parseSymbols(yaml::Node *SymbolsN) { function in struct:COFFParser
691 if (!parseSymbols(i->getValue()))

Completed in 123 milliseconds