Home | History | Annotate | Download | only in Target

Lines Matching defs:TargetMachine

1 //===-- TargetMachine.cpp - General Target Information ---------------------==//
17 #include "llvm/Target/TargetMachine.h"
189 // TargetMachine Class
192 TargetMachine::TargetMachine(const Target &T,
208 TargetMachine::~TargetMachine() {
215 Reloc::Model TargetMachine::getRelocationModel() const {
223 CodeModel::Model TargetMachine::getCodeModel() const {
229 bool TargetMachine::getAsmVerbosityDefault() {
233 void TargetMachine::setAsmVerbosityDefault(bool V) {
237 bool TargetMachine::getFunctionSections() {
241 bool TargetMachine::getDataSections() {
245 void TargetMachine::setFunctionSections(bool V) {
249 void TargetMachine::setDataSections(bool V) {