OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDataBSSSection
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h
247
const MCSection *
getDataBSSSection
() const { return DataBSSSection; }
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
317
MCSection *
getDataBSSSection
() const { return DataBSSSection; }
/external/llvm/lib/MC/
MCMachOStreamer.cpp
409
return EmitZerofill(getContext().getObjectFileInfo()->
getDataBSSSection
(),
Completed in 77 milliseconds