OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetOrCreateSourceID
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/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/swiftshader/third_party/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());
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 429 milliseconds