Home
last modified time | relevance | path

Searched defs:StandardOpcodeLengths (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp559 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in getStandardOpcodeLengths() local
585 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h91 std::vector<uint8_t> StandardOpcodeLengths; member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp298 static const char StandardOpcodeLengths[] = { Emit() local
489 Emit(MCStreamer * MCOS,MCDwarfLineTableParams Params,ArrayRef<char> StandardOpcodeLengths,std::optional<MCDwarfLineStr> & LineStr) const Emit() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h150 std::optional<std::vector<uint8_t>> StandardOpcodeLengths; global() member