Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp892 auto ExportGlobal = [&](StringRef Name, Constant *C) { in exportTypeId() local
901 ExportGlobal(Name, ConstantExpr::getIntToPtr(C, Int8PtrTy)); in exportTypeId()
907 ExportGlobal("global_addr", TIL.OffsetedGlobal); in exportTypeId()
923 ExportGlobal("byte_array", TIL.TheByteArray); in exportTypeId()
925 ExportGlobal("bit_mask", TIL.BitMask); in exportTypeId()