Searched refs:getGlobalName (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 674 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args, 1475 getGlobalName(Slot, {}, "branch_funnel"), &M); in tryICallBranchFunnel() 1663 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName() function in DevirtModule 1683 getGlobalName(Slot, Args, Name), C, &M); in exportGlobal() 1703 M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Arr0Ty); in importGlobal() 2263 M.getOrInsertFunction(getGlobalName(Slot, {}, "branch_funnel"), in importResolution()
|