Searched defs:getBSSSection (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCObjectFileInfo.h183 const MCSection *getBSSSection() const { return BSSSection; } function in class:llvm::MCObjectFileInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp195 ELFSection &ELFWriter::getBSSSection() { function in class:ELFWriter
196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection();
692 getBSSSection();
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h225 MCSection *getBSSSection() const { return BSSSection; } function in class:llvm::MCObjectFileInfo

Completed in 168 milliseconds