Searched refs:getGlobalName (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 486 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args, 849 getGlobalName(Slot, {}, "branch_funnel"), &M); in tryICallBranchFunnel() 1011 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName() function in DevirtModule 1032 getGlobalName(Slot, Args, Name), C, &M); in exportGlobal() 1051 Constant *C = M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Ty); in importGlobal() 1516 auto *JT = M.getOrInsertFunction(getGlobalName(Slot, {}, "branch_funnel"), in importResolution()
|