OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_empty
(Results
1 - 11
of
11
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/
Module.h
457
bool
global_empty
() const { return GlobalList.empty(); }
function in class:llvm::Module
/external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
292
if (SrcM.
global_empty
() && SrcM.alias_empty())
/external/llvm/include/llvm/IR/
Module.h
539
bool
global_empty
() const { return GlobalList.empty(); }
function in class:llvm::Module
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp
445
if (!M->
global_empty
()) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
440
if (!M->
global_empty
()) {
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
438
if (!M->
global_empty
()) {
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
451
if (!M->
global_empty
()) {
[
all
...]
/external/llvm/lib/IR/
AsmWriter.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
Completed in 2791 milliseconds