mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 16:46:50 +00:00
missed a header :(
llvm-svn: 100370
This commit is contained in:
parent
303e9e2e0a
commit
e17accfe7e
@ -351,6 +351,16 @@ namespace llvm {
|
||||
void EmitReference(const MCSymbol *Sym, unsigned Encoding) const;
|
||||
void EmitReference(const GlobalValue *GV, unsigned Encoding) const;
|
||||
|
||||
/// EmitSectionOffset - Emit the 4-byte offset of Label from the start of
|
||||
/// its section. This can be done with a special directive if the target
|
||||
/// supports it (e.g. cygwin) or by emitting it as an offset from a label at
|
||||
/// the start of the section.
|
||||
///
|
||||
/// SectionLabel is a temporary label emitted at the start of the section
|
||||
/// that Label lives in.
|
||||
void EmitSectionOffset(const MCSymbol *Label,
|
||||
const MCSymbol *SectionLabel) const;
|
||||
|
||||
|
||||
//===------------------------------------------------------------------===//
|
||||
// Inline Asm Support
|
||||
|
Loading…
Reference in New Issue
Block a user