Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp275 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp292 void GlobalObject::setSection(StringRef S) { in setSection() function in llvm::sandboxir::GlobalObject
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h994 void setSection(MCSection *Section) { in setSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h883 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h371 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function