Home
last modified time | relevance | path

Searched refs:addGenDwarfSection (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h803 bool addGenDwarfSection(MCSection *Sec) { in addGenDwarfSection() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp702 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments()
H A DAsmParser.cpp989 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run()
H A DMasmParser.cpp1341 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1101 getContext().addGenDwarfSection(WS); in doBeforeLabelEmit()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp282 BC.Ctx->addGenDwarfSection(Section); in emitFunction()