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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp977 void BTFDebug::generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId, argument
980 FieldReloc.Label = ORSym;
1018 MCSymbol *ORSym = OS.getContext().createTempSymbol();
1019 OS.emitLabel(ORSym);
1023 generatePatchImmReloc(ORSym, RootId, GVar,
H A DBTFDebug.h304 void generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId,

Completed in 64 milliseconds