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

  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.h 52 StringMap<unsigned> SourceIdMap;
PTXAsmPrinter.cpp 530 StringMapEntry<unsigned> &Entry = SourceIdMap.GetOrCreateValue(FileName);
534 unsigned SrcId = SourceIdMap.size();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 211 /// SourceIdMap - Source id map, i.e. pair of source filename and directory
213 std::map<std::pair<std::string, std::string>, unsigned> SourceIdMap;
DwarfDebug.cpp 445 unsigned SrcId = SourceIdMap.size()+1;
453 tie(I, NewlyInserted) = SourceIdMap.insert(Entry);
    [all...]

Completed in 603 milliseconds