Home
last modified time | relevance | path

Searched refs:DTI (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp407 dice_table_iterator DTI = std::search(Dices.begin(), Dices.end(), in DisassembleInputMachO2() local
410 if (DTI != Dices.end()){ in DisassembleInputMachO2()
412 DTI->second.getLength(Length); in DisassembleInputMachO2()
415 DTI->second.getKind(Kind); in DisassembleInputMachO2()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp830 DynamicTypeInfo DTI = getState()->getDynamicTypeInfo(Receiver); in getRuntimeDefinition() local
831 QualType DynType = DTI.getType(); in getRuntimeDefinition()
832 CanBeSubClassed = DTI.canBeASubClass(); in getRuntimeDefinition()