Searched refs:getGenDwarfForAssembly (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCContext.h374 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; } function in class:llvm::MCContext
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp376 if (getContext().getGenDwarfForAssembly())
H A DMCAsmStreamer.cpp1309 if (getContext().getGenDwarfForAssembly())
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp552 if (getContext().getGenDwarfForAssembly()) {
H A DAsmParser.cpp632 if (getContext().getGenDwarfForAssembly()) {
1314 if (getContext().getGenDwarfForAssembly())
1596 if (!HadError && getContext().getGenDwarfForAssembly() &&
2789 if (getContext().getGenDwarfForAssembly() == true)

Completed in 99 milliseconds