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

/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h400 SetTargetTriple (const ArchSpec &arch) = 0;
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h88 SetTargetTriple (const char *target_triple);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp286 SetTargetTriple (target_triple);
328 ClangASTContext::SetTargetTriple (const char *target_triple) function in class:ClangASTContext
337 SetTargetTriple(arch.GetTriple().str().c_str());
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h110 SetTargetTriple (const ArchSpec &arch);
H A DEmulateInstructionARM.cpp221 EmulateInstructionARM::SetTargetTriple (const ArchSpec &arch) function in class:EmulateInstructionARM

Completed in 2312 milliseconds