Home
last modified time | relevance | path

Searched refs:getTypeIDFor (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
342 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
426 unsigned MachineModuleInfo::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineModuleInfo
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h348 unsigned getTypeIDFor(const GlobalValue *TI);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4554 unsigned TypeID = DAG.getMachineFunction().getMMI().getTypeIDFor(GV); in visitIntrinsicCall()