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

  /external/llvm/lib/IR/
Module.cpp 337 DataLayoutStr = "";
339 DataLayoutStr = DL.getStringRepresentation();
340 // DataLayoutStr is now equivalent to Desc, but since the representation
347 DataLayoutStr = "";
351 DataLayoutStr = DL.getStringRepresentation();
356 if (DataLayoutStr.empty())
  /external/llvm/include/llvm/IR/
Module.h 217 std::string DataLayoutStr;
242 const std::string &getDataLayoutStr() const { return DataLayoutStr; }

Completed in 50 milliseconds