Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DFunctionTest.cpp121 TEST(FunctionTest, setSection) { in TEST() argument
/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/llvm-project/llvm/lib/IR/
DGlobals.cpp212 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/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h880 void setSection(MCSection *Section) { in setSection() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h743 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function