HomeSort by relevance Sort by last modified time
    Searched refs:UndefinedSymbols (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkArchives.cpp 33 /// UndefinedSymbols - A set of C++ strings containing the name of all
37 GetAllUndefinedSymbols(Module *M, std::set<std::string> &UndefinedSymbols) {
39 UndefinedSymbols.clear();
46 UndefinedSymbols.insert("main");
51 UndefinedSymbols.insert(I->getName());
63 UndefinedSymbols.insert(I->getName());
77 for (std::set<std::string>::iterator I = UndefinedSymbols.begin();
78 I != UndefinedSymbols.end(); )
80 UndefinedSymbols.erase(I++); // This symbol really is defined!
106 std::set<std::string> UndefinedSymbols;
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 494 milliseconds