Searched refs:getBootstrapMapValue (Results 1 – 4 of 4) sorted by relevance
162 Error getBootstrapMapValue(StringRef Key, std::optional<T> &Val) const { in getBootstrapMapValue() function
1577 Error getBootstrapMapValue(StringRef Key, std::optional<T> &Val) const { in getBootstrapMapValue() function1578 return EPC->getBootstrapMapValue<T, SPSTagT>(Key, Val); in getBootstrapMapValue()
1235 if (auto Err = J.getExecutionSession().getBootstrapMapValue<bool, bool>( in setUpGenericLLVMIRPlatform()
487 if ((Err = ES.getBootstrapMapValue<bool, bool>("darwin-use-ehframes-only", in MachOPlatform()