HomeSort by relevance Sort by last modified time
    Searched defs:GetOrCreateSourceID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 164 GetOrCreateSourceID(FN, Dir);
516 unsigned PTXAsmPrinter::GetOrCreateSourceID(StringRef FileName,
520 return GetOrCreateSourceID("<stdin>", StringRef());
526 // Here FullPathName will be copied into StringMap by GetOrCreateSourceID.
527 return GetOrCreateSourceID(StringRef(FullPathName), StringRef());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 434 /// GetOrCreateSourceID - Look up the source id with the given directory and
439 unsigned DwarfDebug::GetOrCreateSourceID(StringRef FileName,
443 return GetOrCreateSourceID("<stdin>", StringRef());
470 unsigned ID = GetOrCreateSourceID(FN, Dir);
    [all...]

Completed in 45 milliseconds