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

  /external/llvm/include/llvm/LTO/
LTOModule.h 161 const std::vector<const char*> &getAsmUndefinedRefs() {
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 111 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs();
127 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs();

Completed in 62 milliseconds