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

  /external/llvm/tools/opt/
BreakpointPrinter.cpp 28 DITypeIdentifierMap TypeIdentifierMap;
  /external/llvm/include/llvm/IR/
DebugInfo.h 56 typedef DenseMap<const MDString *, MDNode *> DITypeIdentifierMap;
243 T resolve(const DITypeIdentifierMap &Map) const;
249 T DIRef<T>::resolve(const DITypeIdentifierMap &Map) const {
258 DITypeIdentifierMap::const_iterator Iter = Map.find(MS);
261 "MDNode in DITypeIdentifierMap should be a DIType.");
706 bool isBlockByrefVariable(const DITypeIdentifierMap &Map) const {
831 /// Construct DITypeIdentifierMap by going through retained types of each CU.
832 DITypeIdentifierMap generateDITypeIdentifierMap(const NamedMDNode *CU_Nodes);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 302 DITypeIdentifierMap TypeIdentifierMap;
654 const DITypeIdentifierMap &getTypeIdentifierMap() const {
  /external/llvm/lib/IR/
DebugInfo.cpp 948 DITypeIdentifierMap EmptyMap;
956 /// Update DITypeIdentifierMap by going through retained types of each CU.
957 DITypeIdentifierMap
959 DITypeIdentifierMap Map;
970 std::pair<DITypeIdentifierMap::iterator, bool> P =
    [all...]
DIBuilder.cpp     [all...]

Completed in 88 milliseconds