OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFunctionNumber
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
157
///
getFunctionNumber
- Return a unique ID for the current function.
159
unsigned
getFunctionNumber
() const { return FunctionNumber; }
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
122
///
getFunctionNumber
- Return a unique ID for the current function.
124
unsigned AsmPrinter::
getFunctionNumber
() const {
125
return MF->
getFunctionNumber
();
[
all
...]
Completed in 219 milliseconds