OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFilterIDFor
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
315
///
getFilterIDFor
- Return the id of the filter encoded by TyIds. This is
317
int
getFilterIDFor
(std::vector<unsigned> &TyIds);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
447
LP.TypeIds.push_back(
getFilterIDFor
(IdsInFilter));
512
///
getFilterIDFor
- Return the filter id for the specified typeinfos. This is
514
int MachineModuleInfo::
getFilterIDFor
(std::vector<unsigned> &TyIds) {
Completed in 1288 milliseconds