Home
last modified time | relevance | path

Searched refs:Hotpatch (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/
DAttributes.h68 const Attributes Hotpatch = 1<<29; ///< Function should have special variable
96 Hotpatch | UWTable | NonLazyBind;
/external/llvm/lib/VMCore/
DAttributes.cpp75 if (Attrs & Attribute::Hotpatch) in getAsString()
/external/llvm/lib/AsmParser/
DLLParser.cpp922 case lltok::kw_hotpatch: Attrs |= Attribute::Hotpatch; break; in ParseOptionalAttrs()