HomeSort by relevance Sort by last modified time
    Searched refs:MCSymbol (Results 1 - 25 of 635) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Object/
RecordStreamer.h 22 void markDefined(const MCSymbol &Symbol);
23 void markGlobal(const MCSymbol &Symbol, MCSymbolAttr Attribute);
24 void markUsed(const MCSymbol &Symbol);
25 void visitUsedSymbol(const MCSymbol &Sym) override;
33 void EmitLabel(MCSymbol *Symbol) override;
34 void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) override;
35 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
38 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfoImpls.h 21 class MCSymbol;
28 DenseMap<MCSymbol*, StubValueTy> FnStubs;
33 DenseMap<MCSymbol*, StubValueTy> GVStubs;
39 DenseMap<MCSymbol*, StubValueTy> HiddenGVStubs;
45 StubValueTy &getFnStubEntry(MCSymbol *Sym) {
50 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
55 StubValueTy &getHiddenGVStubEntry(MCSymbol *Sym) {
77 DenseMap<MCSymbol*, StubValueTy> GVStubs;
83 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
  /external/llvm/include/llvm/MC/
MCWinEH.h 18 class MCSymbol;
22 const MCSymbol *Label;
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off)
32 const MCSymbol *Begin = nullptr;
33 const MCSymbol *End = nullptr;
34 const MCSymbol *ExceptionHandler = nullptr;
35 const MCSymbol *Function = nullptr;
36 const MCSymbol *PrologEnd = nullptr;
37 const MCSymbol *Symbol = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel
    [all...]
MCWinCOFFStreamer.h 24 class MCSymbol;
44 void EmitLabel(MCSymbol *Symbol) override;
46 void EmitThumbFunc(MCSymbol *Func) override;
47 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
48 void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
49 void BeginCOFFSymbolDef(MCSymbol const *Symbol) override;
53 void EmitCOFFSafeSEH(MCSymbol const *Symbol) override;
54 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
55 void EmitCOFFSecRel32(MCSymbol const *Symbol) override;
56 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCWinEH.h 18 class MCSymbol;
22 const MCSymbol *Label;
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off)
32 const MCSymbol *Begin = nullptr;
33 const MCSymbol *End = nullptr;
34 const MCSymbol *ExceptionHandler = nullptr;
35 const MCSymbol *Function = nullptr;
36 const MCSymbol *PrologEnd = nullptr;
37 const MCSymbol *Symbol = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel
    [all...]
MCWinCOFFStreamer.h 24 class MCSymbol;
44 void EmitLabel(MCSymbol *Symbol, SMLoc Loc = SMLoc()) override;
46 void EmitThumbFunc(MCSymbol *Func) override;
47 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
48 void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
49 void BeginCOFFSymbolDef(MCSymbol const *Symbol) override;
53 void EmitCOFFSafeSEH(MCSymbol const *Symbol) override;
54 void EmitCOFFSymbolIndex(MCSymbol const *Symbol) override;
55 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
56 void EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) override
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserUtils.h 17 class MCSymbol;
27 MCAsmParser &Parser, MCSymbol *&Symbol,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmParserUtils.h 17 class MCSymbol;
27 MCAsmParser &Parser, MCSymbol *&Symbol,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86COFFMachineModuleInfo.h 28 DenseSet<MCSymbol const *> Externals;
33 void addExternalFunction(MCSymbol* Symbol) {
37 typedef DenseSet<MCSymbol const *>::const_iterator externals_iterator;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
RecordStreamer.h 17 #include "llvm/MC/MCSymbol.h"
37 DenseMap<const MCSymbol *, std::vector<StringRef>> SymverAliasMap;
40 State getSymbolState(const MCSymbol *Sym);
42 void markDefined(const MCSymbol &Symbol);
43 void markGlobal(const MCSymbol &Symbol, MCSymbolAttr Attribute);
44 void markUsed(const MCSymbol &Symbol);
45 void visitUsedSymbol(const MCSymbol &Sym) override;
52 void EmitLabel(MCSymbol *Symbol, SMLoc Loc = SMLoc()) override;
53 void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) override;
54 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCNullStreamer.cpp 15 #include "llvm/MC/MCSymbol.h"
34 virtual void EmitLabel(MCSymbol *Symbol) {
41 virtual void EmitThumbFunc(MCSymbol *Func) {}
43 virtual void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {}
44 virtual void EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol){}
46 const MCSymbol *LastLabel,
47 const MCSymbol *Label,
50 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute){}
52 virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 21 class MCSymbol;
29 DenseMap<MCSymbol *, StubValueTy> GVStubs;
34 DenseMap<MCSymbol *, StubValueTy> ThreadLocalGVStubs;
40 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
62 DenseMap<MCSymbol *, StubValueTy> GVStubs;
68 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.h 20 class MCSymbol;
38 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
40 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
41 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
42 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
43 MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
44 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 20 class MCSymbol;
36 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
39 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
40 MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
41 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.h 21 class MCSymbol;
39 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
41 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
42 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
43 MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
44 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
45 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430MCInstLower.h 21 class MCSymbol;
39 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
41 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
42 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
43 MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
44 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
45 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 24 class MCSymbol;
32 DenseMap<MCSymbol *, StubValueTy> GVStubs;
37 DenseMap<MCSymbol *, StubValueTy> ThreadLocalGVStubs;
44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
66 DenseMap<MCSymbol *, StubValueTy> GVStubs;
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 22 class MCSymbol;
42 MCSymbol *Sym) const;
44 MCSymbol *Sym) const;
46 MCSymbol *Sym) const;
47 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
49 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
50 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiMCInstLower.h 20 class MCSymbol;
37 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
39 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
40 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
41 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
42 MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
43 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 20 class MCSymbol;
36 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
39 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
40 MCSymbol *GetJumpTableSymbol(const MachineOperand &MO) const;
41 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCWin64EH.h 25 class MCSymbol;
32 MCSymbol *Label;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
40 MCWin64EHInstruction(MCSymbol *L, unsigned Size)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
56 MCSymbol *getLabel() const { return Label; }
69 MCSymbol *Begin;
70 MCSymbol *End;
71 const MCSymbol *ExceptionHandler
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 13 #include "llvm/MC/MCSymbol.h"
28 const MCSymbol &SA = A->getSymbol();
29 const MCSymbol &SB = B->getSymbol();
40 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B,
47 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB,
55 bool MCObjectWriter::isWeak(const MCSymbol &) const { return false; }
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 22 class MCSymbol;
42 MCSymbol *Sym) const;
44 MCSymbol *Sym) const;
45 MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
47 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
48 MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterHandler.h 26 class MCSymbol;
28 typedef MCSymbol *ExceptionSymbolProvider(AsmPrinter *Asm);
38 virtual void setSymbolSize(const MCSymbol *Sym, uint64_t Size) = 0;
63 MCSymbol *Sym = nullptr) {}
WinException.h 46 const MCSymbol *BeginLabel,
47 const MCSymbol *EndLabel, int State);
69 const MCExpr *create32bitRef(const MCSymbol *Value);
71 const MCExpr *getLabelPlusOne(const MCSymbol *Label);
72 const MCExpr *getOffset(const MCSymbol *OffsetOf, const MCSymbol *OffsetFrom);
73 const MCExpr *getOffsetPlusOne(const MCSymbol *OffsetOf,
74 const MCSymbol *OffsetFrom);
100 void beginFunclet(const MachineBasicBlock &MBB, MCSymbol *Sym) override;

Completed in 1679 milliseconds

1 2 3 4 5 6 7 8 91011>>