OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeIDFor
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
311
///
getTypeIDFor
- Return the type id for the specified typeinfo. This is
313
unsigned
getTypeIDFor
(const GlobalVariable *TI);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
436
LP.TypeIds.push_back(
getTypeIDFor
(TyInfo[N - 1]));
446
IdsInFilter[I] =
getTypeIDFor
(TyInfo[I]);
502
///
getTypeIDFor
- Return the type id for the specified typeinfo. This is
504
unsigned MachineModuleInfo::
getTypeIDFor
(const GlobalVariable *TI) {
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 37 milliseconds