OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComdatID
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
149
unsigned
getComdatID
(const Comdat *C) const;
ValueEnumerator.cpp
120
unsigned ValueEnumerator::
getComdatID
(const Comdat *C) const {
BitcodeWriter.cpp
664
Vals.push_back(GV.hasComdat() ? VE.
getComdatID
(GV.getComdat()) : 0);
690
Vals.push_back(F.hasComdat() ? VE.
getComdatID
(F.getComdat()) : 0);
[
all
...]
Completed in 98 milliseconds