Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h116 void setSection(const MCSection &S) { Section = &S; } in setSection() function
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h99 void setSection(StringRef S) { Section = S; } in setSection() function
/external/llvm/lib/IR/
DGlobals.cpp154 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject