Searched defs:LLVM_OVERRIDE (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.h25 LLVM_OVERRIDE; member in class:llvm::SystemZMCAsmInfo
H A DSystemZMCAsmBackend.cpp50 LLVM_OVERRIDE; member in class:__anon2484::SystemZMCAsmBackend
52 uint64_t Value) const LLVM_OVERRIDE; member in class:__anon2484::SystemZMCAsmBackend
68 MCObjectWriter *OW) const LLVM_OVERRIDE; member in class:__anon2484::SystemZMCAsmBackend
H A DSystemZMCObjectWriter.cpp29 int64_t Addend) const LLVM_OVERRIDE; member in class:__anon2486::SystemZObjectWriter
34 bool IsPCRel) const LLVM_OVERRIDE; member in class:__anon2486::SystemZObjectWriter
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h35 LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
41 MachinePointerInfo DstPtrInfo) const LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
47 MachinePointerInfo Op2PtrInfo) const LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
52 MachinePointerInfo SrcPtrInfo) const LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
59 bool isStpcpy) const LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
65 MachinePointerInfo Op2PtrInfo) const LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
70 LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
75 MachinePointerInfo SrcPtrInfo) const LLVM_OVERRIDE; member in class:llvm::SystemZSelectionDAGInfo
H A DSystemZAsmPrinter.h38 virtual void EmitInstruction(const MachineInstr *MI) LLVM_OVERRIDE; member in class:llvm::SystemZAsmPrinter
40 LLVM_OVERRIDE; member in class:llvm::SystemZAsmPrinter
43 raw_ostream &OS) LLVM_OVERRIDE; member in class:llvm::SystemZAsmPrinter
47 raw_ostream &OS) LLVM_OVERRIDE; member in class:llvm::SystemZAsmPrinter
48 virtual void EmitEndOfAsmFile(Module &M) LLVM_OVERRIDE; member in class:llvm::SystemZAsmPrinter
H A DSystemZFrameLowering.h35 LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
38 RegScavenger *RS) const LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
44 LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
50 LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
53 virtual void emitPrologue(MachineFunction &MF) const LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
55 MachineBasicBlock &MBB) const LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
56 virtual bool hasFP(const MachineFunction &MF) const LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
58 int FI) const LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
60 LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
65 LLVM_OVERRIDE; member in class:llvm::SystemZFrameLowering
[all...]
H A DSystemZRegisterInfo.h56 const LLVM_OVERRIDE; member in struct:llvm::SystemZRegisterInfo
58 const LLVM_OVERRIDE; member in struct:llvm::SystemZRegisterInfo
61 RegScavenger *RS) const LLVM_OVERRIDE; member in struct:llvm::SystemZRegisterInfo
63 LLVM_OVERRIDE; member in struct:llvm::SystemZRegisterInfo
H A DSystemZTargetMachine.h69 virtual TargetPassConfig *createPassConfig(PassManagerBase &PM) LLVM_OVERRIDE; member in class:llvm::SystemZTargetMachine
H A DSystemZConstantPoolValue.h42 virtual unsigned getRelocationInfo() const LLVM_OVERRIDE; member in class:llvm::SystemZConstantPoolValue
44 unsigned Alignment) LLVM_OVERRIDE; member in class:llvm::SystemZConstantPoolValue
45 virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID) LLVM_OVERRIDE; member in class:llvm::SystemZConstantPoolValue
46 virtual void print(raw_ostream &O) const LLVM_OVERRIDE; member in class:llvm::SystemZConstantPoolValue
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DStringRefMemoryObject.h35 int readByte(uint64_t Addr, uint8_t *Byte) const LLVM_OVERRIDE; member in class:llvm::StringRefMemoryObject
36 int readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const LLVM_OVERRIDE; member in class:llvm::StringRefMemoryObject
H A Draw_os_ostream.h29 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE; member in class:llvm::raw_os_ostream
33 virtual uint64_t current_pos() const LLVM_OVERRIDE; member in class:llvm::raw_os_ostream
H A DPrettyStackTrace.h53 virtual void print(raw_ostream &OS) const LLVM_OVERRIDE; member in class:llvm::PrettyStackTraceString
66 virtual void print(raw_ostream &OS) const LLVM_OVERRIDE; member in class:llvm::PrettyStackTraceProgram
H A DStreamableMemoryObject.h41 virtual uint64_t getBase() const LLVM_OVERRIDE = 0; member in class:llvm::StreamableMemoryObject
49 virtual uint64_t getExtent() const LLVM_OVERRIDE = 0; member in class:llvm::StreamableMemoryObject
57 virtual int readByte(uint64_t address, uint8_t *ptr) const LLVM_OVERRIDE = 0; member in class:llvm::StreamableMemoryObject
75 uint8_t *buf) const LLVM_OVERRIDE = 0; member in class:llvm::StreamableMemoryObject
109 virtual uint64_t getExtent() const LLVM_OVERRIDE; member in class:llvm::StreamingMemoryObject
110 virtual int readByte(uint64_t address, uint8_t *ptr) const LLVM_OVERRIDE; member in class:llvm::StreamingMemoryObject
113 uint8_t *buf) const LLVM_OVERRIDE; member in class:llvm::StreamingMemoryObject
123 virtual bool isValidAddress(uint64_t address) const LLVM_OVERRIDE; member in class:llvm::StreamingMemoryObject
124 virtual bool isObjectEnd(uint64_t address) const LLVM_OVERRIDE; member in class:llvm::StreamingMemoryObject
[all...]
H A DFormattedStream.h60 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE; member in class:llvm::formatted_raw_ostream
H A Dcircular_raw_ostream.h84 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE; member in class:llvm::circular_raw_ostream
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.h42 LLVM_OVERRIDE; member in class:llvm::SystemZInstPrinter
44 LLVM_OVERRIDE; member in class:llvm::SystemZInstPrinter
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.h52 virtual void EmitStartOfAsmFile(Module &M) LLVM_OVERRIDE; member in class:llvm::X86AsmPrinter
54 virtual void EmitEndOfAsmFile(Module &M) LLVM_OVERRIDE; member in class:llvm::X86AsmPrinter
56 virtual void EmitInstruction(const MachineInstr *MI) LLVM_OVERRIDE; member in class:llvm::X86AsmPrinter
68 raw_ostream &OS) LLVM_OVERRIDE; member in class:llvm::X86AsmPrinter
71 raw_ostream &OS) LLVM_OVERRIDE; member in class:llvm::X86AsmPrinter
82 virtual bool runOnMachineFunction(MachineFunction &F) LLVM_OVERRIDE; member in class:llvm::X86AsmPrinter
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h25 ~DWARFCompileUnit() LLVM_OVERRIDE; member in class:llvm::DWARFCompileUnit
H A DDWARFTypeUnit.h29 bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) LLVM_OVERRIDE; member in class:llvm::DWARFTypeUnit
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h61 raw_ostream &O) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
64 raw_ostream &O) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
68 virtual void EmitInstruction(const MachineInstr *MI) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
69 virtual bool runOnMachineFunction(MachineFunction &F) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
74 virtual void EmitFunctionBodyEnd() LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
75 virtual void EmitFunctionEntryLabel() LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
76 virtual void EmitStartOfAsmFile(Module &M) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
77 virtual void EmitEndOfAsmFile(Module &M) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
78 virtual void EmitXXStructor(const Constant *CV) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
102 LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
124 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) LLVM_OVERRIDE; member in class:llvm::ARMAsmPrinter
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp35 raw_ostream &cStream) const LLVM_OVERRIDE; member in class:__anon2483::SystemZDisassembler
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp34 bool IsCrossSection) const LLVM_OVERRIDE; member in class:__anon2534::X86WinCOFFObjectWriter
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dsystem_error.cpp51 virtual const char* name() const LLVM_OVERRIDE; member in class:llvm::_generic_error_category
52 virtual std::string message(int ev) const LLVM_OVERRIDE; member in class:llvm::_generic_error_category
77 virtual const char* name() const LLVM_OVERRIDE; member in class:llvm::_system_error_category
78 virtual std::string message(int ev) const LLVM_OVERRIDE; member in class:llvm::_system_error_category
79 virtual error_condition default_error_condition(int ev) const LLVM_OVERRIDE; member in class:llvm::_system_error_category
H A DStreamableMemoryObject.cpp31 virtual int readByte(uint64_t address, uint8_t* ptr) const LLVM_OVERRIDE; member in class:__anon2294::RawMemoryObject
34 uint8_t *buf) const LLVM_OVERRIDE; member in class:__anon2294::RawMemoryObject
36 uint64_t size) const LLVM_OVERRIDE; member in class:__anon2294::RawMemoryObject
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCObjectDisassembler.h165 uint64_t getEffectiveLoadAddr(uint64_t Addr) LLVM_OVERRIDE; member in class:llvm::MCMachOObjectDisassembler
166 uint64_t getOriginalLoadAddr(uint64_t EffectiveAddr) LLVM_OVERRIDE; member in class:llvm::MCMachOObjectDisassembler
167 uint64_t getEntrypoint() LLVM_OVERRIDE; member in class:llvm::MCMachOObjectDisassembler
169 ArrayRef<uint64_t> getStaticInitFunctions() LLVM_OVERRIDE; member in class:llvm::MCMachOObjectDisassembler
170 ArrayRef<uint64_t> getStaticExitFunctions() LLVM_OVERRIDE; member in class:llvm::MCMachOObjectDisassembler

Completed in 137 milliseconds

12