Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h685 bool hasLEB128Directives() const { return HasLEB128Directives; } in hasLEB128Directives() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp65 if (!getContext().getAsmInfo()->hasLEB128Directives()) in getCallSiteEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp413 bool HasLEB128Directives = Asm->MAI->hasLEB128Directives(); in emitExceptionTable()