Home
last modified time | relevance | path

Searched refs:DataLayoutStr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h165 StringRef DataLayoutStr; variable
176 UpgradeDebugInfo(UpgradeDebugInfo), DataLayoutStr(DataLayoutString) { in Context()
177 if (!DataLayoutStr.empty()) in Context()
178 M->setDataLayout(DataLayoutStr); in Context()
H A DLLParser.cpp379 if (DataLayoutStr.empty()) in ParseTargetDefinition()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DCore.h725 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp264 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() argument
265 unwrap(M)->setDataLayout(DataLayoutStr); in LLVMSetDataLayout()