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

  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
205 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString());
247 Ctx.getTargetInfo().getDataLayoutString(),
254 Ctx.getTargetInfo().getDataLayoutString(),
ModuleBuilder.cpp 101 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
CodeGenAction.cpp 192 C.getTargetInfo().getDataLayoutString(),
819 CI.getLangOpts(), CI.getTarget().getDataLayoutString(),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 80 static std::string getDataLayoutString(const Triple &T) {
184 : LLVMTargetMachine(T, getDataLayoutString(TT), TT, CPU,
  /frameworks/compile/slang/
slang_rs_context.cpp 72 mDataLayout = new llvm::DataLayout(Target.getDataLayoutString());
  /external/clang/include/clang/Basic/
TargetInfo.h 715 const char *getDataLayoutString() const {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 561 milliseconds