Home
last modified time | relevance | path

Searched refs:HasLEB128Directives (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp27 HasLEB128Directives = false; in MCAsmInfoXCOFF()
DMCAsmInfo.cpp61 HasLEB128Directives = UseLEB128Directives == cl::BOU_TRUE; in MCAsmInfo()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h190 bool HasLEB128Directives = true; variable
581 bool hasLEB128Directives() const { return HasLEB128Directives; } in hasLEB128Directives()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp416 bool HasLEB128Directives = Asm->MAI->hasLEB128Directives(); in emitExceptionTable() local
516 assert(CallSiteEncoding == dwarf::DW_EH_PE_udata4 && !HasLEB128Directives && in emitExceptionTable()
697 if (HasLEB128Directives) in emitExceptionTable()