Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h183 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h240 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp195 ELFSection &ELFWriter::getBSSSection() { in getBSSSection() function in ELFWriter