HomeSort by relevance Sort by last modified time
    Searched defs:SetTargetTriple (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
ClangASTContext.cpp 286 SetTargetTriple (target_triple);
328 ClangASTContext::SetTargetTriple (const char *target_triple)
337 SetTargetTriple(arch.GetTriple().str().c_str());
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 221 EmulateInstructionARM::SetTargetTriple (const ArchSpec &arch)
    [all...]

Completed in 47 milliseconds