Home
last modified time | relevance | path

Searched refs:alias_empty (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h496 bool alias_empty() const { return AliasList.empty(); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h611 bool alias_empty() const { return AliasList.empty(); } in alias_empty() function
/external/llvm/include/llvm/IR/
DModule.h579 bool alias_empty() const { return AliasList.empty(); }
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h292 if (SrcM.global_empty() && SrcM.alias_empty()) in addLogicalModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h417 if (SrcM.global_empty() && SrcM.alias_empty() && in addLogicalModule()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1258 if (!M->alias_empty()) Out << "\n"; in printModule()
/external/llvm/lib/IR/
DAsmWriter.cpp2288 if (!M->alias_empty()) Out << "\n"; in printModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2563 if (!M->alias_empty()) Out << "\n"; in printModule()