Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DClangASTContext.h88 SetTargetTriple (const char *target_triple);
/external/lldb/include/lldb/Core/
DEmulateInstruction.h400 SetTargetTriple (const ArchSpec &arch) = 0;
/external/lldb/source/Symbol/
DClangASTContext.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()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h110 SetTargetTriple (const ArchSpec &arch);
DEmulateInstructionARM.cpp221 EmulateInstructionARM::SetTargetTriple (const ArchSpec &arch) in SetTargetTriple() function in EmulateInstructionARM