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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 190 /// setMCUseLoc - Set whether all we should use dwarf's .loc directive.
191 void setMCUseLoc(bool Value) { MCUseLoc = Value; }
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 314 Target.setMCUseLoc(false);
322 Target.setMCUseLoc(false);

Completed in 4557 milliseconds