Searched refs:VarKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp464 const MCSymbolRefExpr::VariantKind VarKind) const {
470 if (VarKind == MCSymbolRefExpr::VK_None) {
499 auto F = Relocs.find(VarKind);
502 raise_relocation_error(0, VarKind);
535 auto F = RelocsLo.find(VarKind);
542 auto F = RelocsHi.find(VarKind);
549 raise_relocation_error(0, VarKind);
621 MCSymbolRefExpr::VariantKind VarKind = MCSRE->getKind(); local
629 << "\nVariant: " << unsigned(VarKind)
636 if (VarKind
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1445 enum VarKind { enum
1448 switch ((VarKind)Record.readInt()) {

Completed in 73 milliseconds