Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.h72 const std::vector<const char*> &getAsmUndefinedRefs() { in getAsmUndefinedRefs() function
DLTOCodeGenerator.cpp99 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs(); in addModule()
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h159 const std::vector<const char*> &getAsmUndefinedRefs() { in getAsmUndefinedRefs() function
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp139 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs(); in addModule()
158 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs(); in setModule()