Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp98 OS << " - constant: " << E.ExtConstant; in dump()
224 E.ExtConstant = Data.getULEB128(&Offset); in parseImpl()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h85 uint64_t ExtConstant; member
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1393 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1003 encodeULEB128(MacroEntry.ExtConstant, OutSection.OS); in emitMacroTableImpl()