Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineModuleInfo.cpp352 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
363 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
447 unsigned MachineModuleInfo::getTypeIDFor(const GlobalValue *TI) { in getTypeIDFor() function in MachineModuleInfo
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineModuleInfo.h358 unsigned getTypeIDFor(const GlobalValue *TI);
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp4358 unsigned TypeID = DAG.getMachineFunction().getMMI().getTypeIDFor(GV); in visitIntrinsicCall()