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

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.h 42 unsigned GetOrCreateSourceID(StringRef FileName,
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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 500 /// GetOrCreateSourceID - Look up the source id with the given directory and
503 unsigned GetOrCreateSourceID(StringRef DirName, StringRef FullName);
DwarfCompileUnit.cpp 121 unsigned FileID = DD->GetOrCreateSourceID(V.getContext().getFilename(),
138 unsigned FileID = DD->GetOrCreateSourceID(G.getFilename(),
158 unsigned FileID = DD->GetOrCreateSourceID(SP.getFilename(), SP.getDirectory());
174 unsigned FileID = DD->GetOrCreateSourceID(Ty.getFilename(), Ty.getDirectory());
192 unsigned FileID = DD->GetOrCreateSourceID(FN, NS.getDirectory());
    [all...]
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());
449 // Here FullPathName will be copied into StringMap by GetOrCreateSourceID.
450 return GetOrCreateSourceID(StringRef(FullPathName), StringRef());
472 unsigned ID = GetOrCreateSourceID(FN, Dir);
    [all...]

Completed in 362 milliseconds