Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DFunctionTest.cpp121 TEST(FunctionTest, setSection) { in TEST() argument
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryData.cpp88 void BinaryData::setSection(BinarySection &NewSection) { in setSection() function in BinaryData
/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp248 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h904 void setSection(MCSection *Section) { in setSection() function
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h751 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h343 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function