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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp996 PatchImms[GVar] = std::stoul(std::string(PatchImmStr));
1001 PatchImms[GVar] = RootId;
1200 Imm = PatchImms[GVar];
1218 uint32_t Imm = PatchImms[GVar];
H A DBTFDebug.h254 std::map<const GlobalVariable *, uint32_t> PatchImms; member in class:llvm::BTFDebug

Completed in 171 milliseconds