Home
last modified time | relevance | path

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

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