Home
last modified time | relevance | path

Searched refs:SetTargetTriple (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h88 SetTargetTriple (const char *target_triple);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDEmulateInstruction.h400 SetTargetTriple (const ArchSpec &arch) = 0;
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp286 SetTargetTriple (target_triple); in ClangASTContext()
328 ClangASTContext::SetTargetTriple (const char *target_triple) in SetTargetTriple() function in ClangASTContext
337 SetTargetTriple(arch.GetTriple().str().c_str()); in SetArchitecture()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.h110 SetTargetTriple (const ArchSpec &arch);
HDEmulateInstructionARM.cpp221 EmulateInstructionARM::SetTargetTriple (const ArchSpec &arch) in SetTargetTriple() function in EmulateInstructionARM