Searched refs:getGlobalName (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 590 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args, 1275 getGlobalName(Slot, {}, "branch_funnel"), &M); in tryICallBranchFunnel() 1438 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName() function in DevirtModule 1458 getGlobalName(Slot, Args, Name), C, &M); in exportGlobal() 1478 M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Arr0Ty); in importGlobal() 1987 M.getOrInsertFunction(getGlobalName(Slot, {}, "branch_funnel"), in importResolution()
|