Searched defs:valueIds (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ | ||
H A D | BitcodeWriter.cpp | 245 std::map<GlobalValue::GUID, unsigned> &valueIds() { return GUIDToValueIdMap; } valueIds() function in __anon5e25d82e0111::ModuleBitcodeWriterBase |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ | ||
H A D | DXILBitcodeWriter.cpp | 204 std::map<GlobalValue::GUID, unsigned> &valueIds() { return GUIDToValueIdMap; } in valueIds() function in llvm::dxil::DXILBitcodeWriter |