Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h133 void setSection(const MCSection &S) { Section = &S; } in setSection() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp126 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection() function in GlobalObject