Searched defs:getDataLayout (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h124 const DataLayout &getDataLayout() const { return DL; } function in class:llvm::MachineConstantPool
H A DSelectionDAG.h472 const DataLayout &getDataLayout() const { return MF->getDataLayout(); } function in class:llvm::SelectionDAG
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h53 const DataLayout &getDataLayout() const { function in class:llvm::GISelKnownBits
H A DMachineIRBuilder.h283 const DataLayout &getDataLayout() const { function in class:llvm::MachineIRBuilder
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp26 const llvm::DataLayout &ABIInfo::getDataLayout() const { function in class:ABIInfo
H A DCodeGenTypes.h104 const llvm::DataLayout &getDataLayout() const { function in class:clang::CodeGen::CodeGenTypes
H A DCodeGenModule.h751 const llvm::DataLayout &getDataLayout() const { function in class:clang::CodeGen::CodeGenModule
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h69 const DataLayout &getDataLayout() const { return DL; } function in class:llvm::orc::LLJIT
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h379 const DataLayout &getDataLayout() const { return DL; } function in class:llvm::InstCombiner
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h196 const DataLayout &getDataLayout() const { return DL; } function in class:llvm::ExecutionEngine
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h275 const DataLayout &getDataLayout() const { return DL; } function in class:llvm::Module
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp308 const DataLayout &MachineFunction::getDataLayout() const { function in class:MachineFunction
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h47 const DataLayout &getDataLayout() const { return DL; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp401 const DataLayout &AsmPrinter::getDataLayout() const { function in class:AsmPrinter
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2441 const DataLayout &getDataLayout() const { return InfoCache.DL; } function in struct:Attributor
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp787 const DataLayout &getDataLayout() const { function in class:__anon2868::DFSanVisitor
[all...]

Completed in 325 milliseconds