OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:named_metadata_empty
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/IR/
Module.h
568
bool
named_metadata_empty
() const { return NamedMDList.empty(); }
function in class:llvm::Module
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
602
if (MDs.empty() && M->
named_metadata_empty
())
636
if (!M->
named_metadata_empty
()) {
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
600
if (MDs.empty() && M->
named_metadata_empty
())
634
if (!M->
named_metadata_empty
()) {
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
629
if (MDs.empty() && M->
named_metadata_empty
())
663
if (!M->
named_metadata_empty
()) {
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/IR/
AsmWriter.cpp
[
all
...]
Completed in 288 milliseconds