HomeSort by relevance Sort by last modified time
    Searched refs:DITypeIdentifierMap (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 37 typedef DenseMap<const MDString *, DIType *> DITypeIdentifierMap;
48 DITypeIdentifierMap generateDITypeIdentifierMap(const NamedMDNode *CU_Nodes);
140 DITypeIdentifierMap TypeIdentifierMap;
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 28 DITypeIdentifierMap TypeIdentifierMap;
  /external/llvm/lib/IR/
DebugInfo.cpp 59 DITypeIdentifierMap
61 DITypeIdentifierMap Map;
72 std::pair<DITypeIdentifierMap::iterator, bool> P =
DIBuilder.cpp 671 DITypeIdentifierMap EmptyMap;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 290 DITypeIdentifierMap TypeIdentifierMap;
576 const DITypeIdentifierMap &getTypeIdentifierMap() const {

Completed in 1036 milliseconds