Home
last modified time | relevance | path

Searched defs:AttributePlace (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/llvm/
H A Dmod.rs34 pub fn AddFunctionAttrStringValue(llfn: &'a Value, idx: AttributePlace, attr: &CStr, value: &CStr) { in AddFunctionAttrStringValue()
40 pub fn AddFunctionAttrString(llfn: &'a Value, idx: AttributePlace, attr: &CStr) { in AddFunctionAttrString()
46 pub fn AddCallSiteAttrString(callsite: &Value, idx: AttributePlace, attr: &CStr) { in AddCallSiteAttrString()
51 pub enum AttributePlace { enum
57 impl AttributePlace { implementation
132 pub fn apply_llfn(&self, idx: AttributePlace, llfn: &Value) { in apply_llfn()
136 pub fn apply_callsite(&self, idx: AttributePlace, callsite: &Value) { in apply_callsite()
140 pub fn unapply_llfn(&self, idx: AttributePlace, llfn: &Value) { in unapply_llfn()
144 pub fn toggle_llfn(&self, idx: AttributePlace, llfn: &Value, set: bool) { in toggle_llfn()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dabi.rs45 fn apply_attrs_to_llfn(&self, idx: AttributePlace, cx: &CodegenCx<'_, '_>, llfn: &Value); in apply_attrs_to_llfn()
48 idx: AttributePlace, in apply_attrs_to_callsite()
62 fn apply_attrs_to_llfn(&self, idx: AttributePlace, cx: &CodegenCx<'_, '_>, llfn: &Value) { in apply_attrs_to_llfn()
95 idx: AttributePlace, in apply_attrs_to_callsite()