Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
DLTOModule.h125 const std::vector<const char*> &getAsmUndefinedRefs() { in getAsmUndefinedRefs() function
DLTOCodeGenerator.cpp127 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs(); in addModule()