Home
last modified time | relevance | path

Searched defs:HasLEB128Directives (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp422 bool HasLEB128Directives = Asm->MAI->hasLEB128Directives(); in emitExceptionTable() local
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h241 bool HasLEB128Directives = true; variable