Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp34 llvm::Triple triple(pTriple); in lookupTarget() local
/frameworks/compile/libbcc/lib/
DCompiler.cpp167 const std::string &triple = pConfig.getTriple(); in Compiler() local
311 const std::string &triple = module.getTargetTriple(); in compile() local
/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h33 const llvm::Triple& triple() const { return m_Triple; } in triple() function
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp328 llvm::Triple triple(m_pConfig->targets().triple()); in initTarget() local
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp177 inline void ParseEmulation(llvm::Triple& triple, const char* emulation) { in ParseEmulation()
322 llvm::Triple triple; in TranslateArguments() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1338 const llvm::Triple& triple = pConfig.targets().triple(); in createMipsLDBackend() local
DMipsRelocator.cpp163 const ApplyFunctionTriple& triple = ApplyFunctions[info.type()]; in applyRelocation() local