Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h514 bool addGenDwarfSection(MCSection *Sec) { in addGenDwarfSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h689 bool addGenDwarfSection(MCSection *Sec) { in addGenDwarfSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h634 bool addGenDwarfSection(MCSection *Sec) { in addGenDwarfSection() function
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp527 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments()
DAsmParser.cpp717 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp665 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments()
DAsmParser.cpp913 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run()
DMasmParser.cpp1233 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp642 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments()
DAsmParser.cpp908 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp983 getContext().addGenDwarfSection(WS); in doBeforeLabelEmit()