Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGlobals.cpp154 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp215 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DGlobals.cpp242 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h872 void setSection(MCSection *Section) { in setSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DDIE.h904 void setSection(MCSection *Section) { in setSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h754 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h346 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function