Home
last modified time | relevance | path

Searched refs:setObjectFormat (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp113 TheTriple.setObjectFormat(Triple::MachO); in makeTriple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h775 void setObjectFormat(ObjectFormatType Kind);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1193 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat() function in Triple