Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp267 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h984 void setSection(MCSection *Section) { in setSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h879 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h352 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function