OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalBasicBlockID
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
70
/// the "
getGlobalBasicBlockID
" method.
151
///
getGlobalBasicBlockID
- This returns the function-specific ID for the
154
unsigned
getGlobalBasicBlockID
(const BasicBlock *BB) const;
ValueEnumerator.cpp
530
///
getGlobalBasicBlockID
- This returns the function-specific ID for the
533
unsigned ValueEnumerator::
getGlobalBasicBlockID
(const BasicBlock *BB) const {
539
return
getGlobalBasicBlockID
(BB);
BitcodeWriter.cpp
[
all
...]
Completed in 140 milliseconds