Home
last modified time | relevance | path

Searched refs:setGenDwarfSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h287 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; } in setGenDwarfSection() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp511 getContext().setGenDwarfSection(getStreamer().getCurrentSection()); in Run()