Home
last modified time | relevance | path

Searched refs:getAsmUndefinedRefs (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h157 const std::vector<StringRef> &getAsmUndefinedRefs() { return _asm_undefines; } in getAsmUndefinedRefs() function
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp134 const std::vector<StringRef> &undefs = Mod->getAsmUndefinedRefs(); in setAsmUndefinedRefs()