Home
last modified time | relevance | path

Searched refs:hasLEB128Directives (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h711 bool hasLEB128Directives() const { return HasLEB128Directives; } in hasLEB128Directives() function
/openbsd/src/gnu/llvm/llvm/lib/Target/
DTargetLoweringObjectFile.cpp63 if (!getContext().getAsmInfo()->hasLEB128Directives()) in getCallSiteEncoding()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp422 bool HasLEB128Directives = Asm->MAI->hasLEB128Directives(); in emitExceptionTable()