Searched defs:emitSymbolAttribute (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDXContainerStreamer.h | 36 bool emitSymbolAttribute(MCSymbol *, MCSymbolAttr) override { return false; } in emitSymbolAttribute() function
|
H A D | MCSPIRVStreamer.h | 33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute() function
|
H A D | MCGOFFStreamer.h | 27 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCNullStreamer.cpp | 34 bool emitSymbolAttribute(MCSymbol *Symbol, in emitSymbolAttribute() function in __anon554daeaf0111::MCNullStreamer
|
H A D | MCXCOFFStreamer.cpp | 34 bool MCXCOFFStreamer::emitSymbolAttribute(MCSymbol *Sym, emitSymbolAttribute() function in MCXCOFFStreamer
|
H A D | MCWasmStreamer.cpp | 104 bool MCWasmStreamer::emitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { emitSymbolAttribute() function in MCWasmStreamer
|
H A D | MCWinCOFFStreamer.cpp | 109 bool MCWinCOFFStreamer::emitSymbolAttribute(MCSymbol *S, emitSymbolAttribute() function in MCWinCOFFStreamer
|
H A D | MCMachOStreamer.cpp | 315 bool MCMachOStreamer::emitSymbolAttribute(MCSymbol *Sym, emitSymbolAttribute() function in MCMachOStreamer
|
H A D | MCELFStreamer.cpp | 193 bool MCELFStreamer::emitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { emitSymbolAttribute() function in MCELFStreamer
|
H A D | MCAsmStreamer.cpp | 708 bool MCAsmStreamer::emitSymbolAttribute(MCSymbol *Symbol, emitSymbolAttribute() function in MCAsmStreamer
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 94 bool RecordStreamer::emitSymbolAttribute(MCSymbol *Symbol, in emitSymbolAttribute() function in RecordStreamer
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.h | 100 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 605 bool Val = MCELFStreamer::emitSymbolAttribute(Symbol, Attribute); in emitSymbolAttribute() function in __anone530d0e60111::ARMELFStreamer
|