Home
last modified time | relevance | path

Searched refs:X86_DEFAULT_DL_STRING (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DConfig.h89 #define X86_DEFAULT_DL_STRING "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128" macro
/frameworks/compile/libbcc/lib/
DCompiler.cpp334 if (dl.getStringRepresentation().compare(X86_DEFAULT_DL_STRING) != 0) { in compile()