Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSymbol.h117 void setSection(const MCSection &S) { Section = &S; } in setSection() function
/external/llvm/lib/IR/
DGlobals.cpp111 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection() function in GlobalObject