Home
last modified time | relevance | path

Searched refs:TriplePrefix (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp83 StringRef TriplePrefix) { in isBitcodeForTarget() argument
93 return StringRef(*TripleOrErr).startswith(TriplePrefix); in isBitcodeForTarget()
/external/llvm/lib/LTO/
DLTOModule.cpp90 StringRef TriplePrefix) { in isBitcodeForTarget() argument
97 return StringRef(Triple).startswith(TriplePrefix); in isBitcodeForTarget()