Home
last modified time | relevance | path

Searched refs:MCSA_Global (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.emitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.emitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp35 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
39 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp36 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global); in finish()
40 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global); in finish()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp36 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global); in levenshtein()
40 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global); in levenshtein()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp209 OutStreamer->emitSymbolAttribute(CtorsSym, MCSA_Global); in emitXXStructor()
212 OutStreamer->emitSymbolAttribute(DtorsSym, MCSA_Global); in emitXXStructor()
230 OutStreamer->emitSymbolAttribute(DoCopyData, MCSA_Global); in doFinalization()
235 OutStreamer->emitSymbolAttribute(DoClearBss, MCSA_Global); in doFinalization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in emitSymbolAttribute()
164 Attr = MCSA_Global; in flushSymverDirectives()
199 Attr = MCSA_Global; in flushSymverDirectives()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in getRelocatedSection()
165 Attr = MCSA_Global;
200 Attr = MCSA_Global;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in emitSymbolAttribute()
165 Attr = MCSA_Global; in flushSymverDirectives()
200 Attr = MCSA_Global; in flushSymverDirectives()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in emitSymbolAttribute()
164 Attr = MCSA_Global; in flushSymverDirectives()
199 Attr = MCSA_Global; in flushSymverDirectives()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in emitSymbolAttribute()
164 Attr = MCSA_Global; in flushSymverDirectives()
199 Attr = MCSA_Global; in flushSymverDirectives()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in EmitSymbolAttribute()
164 Attr = MCSA_Global; in flushSymverDirectives()
199 Attr = MCSA_Global; in flushSymverDirectives()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in emitSymbolAttribute()
165 Attr = MCSA_Global; in flushSymverDirectives()
200 Attr = MCSA_Global; in flushSymverDirectives()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.cpp101 if (Attribute == MCSA_Global || Attribute == MCSA_Weak) in EmitSymbolAttribute()
164 Attr = MCSA_Global; in flushSymverDirectives()
199 Attr = MCSA_Global; in flushSymverDirectives()

12345678910>>...15