Searched defs:setTargetTriple (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/lto/
H A DLTOModule.h97 /// setTargetTriple - Set the Module's target triple.
98 void setTargetTriple(const char *triple) { function in struct:LTOModule
99 _module->setTargetTriple(triple);
/external/llvm/include/llvm/
H A DModule.h264 void setTargetTriple(StringRef T) { TargetTriple = T; } function in class:llvm::Module

Completed in 1461 milliseconds