Home
last modified time | relevance | path

Searched refs:LabelSym (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h618 class LabelSym : public SymbolRecord {
622 explicit LabelSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in LabelSym() function
623 explicit LabelSym(uint32_t RecordOffset) in LabelSym() function
624 : SymbolRecord(SymbolRecordKind::LabelSym), RecordOffset(RecordOffset) {} in LabelSym()
H A DCodeViewSymbols.def226 SYMBOL_RECORD(S_LABEL32 , 0x1105, LabelSym)
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1398 MCSymbol *LabelSym = in EmitInstruction() local
1401 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in EmitInstruction()
1431 MCSymbol *LabelSym = in EmitInstruction() local
1434 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp383 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, LabelSym &Label) { in visitKnownRecord()
H A DSymbolDumper.cpp530 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, LabelSym &Label) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp270 return ::GetSegmentAndOffset<LabelSym>(sym); in GetSegmentAndOffset()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp430 template <> void SymbolRecordImpl<LabelSym>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp690 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, LabelSym &Label) { in visitKnownRecord()